/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}


@font-face {
  font-family: Ppfragment Sans;
  src: url('https://websitesapi.dataart.com/media/bnxfngmn/ppfragment-glareregular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppfragment Glare;
  src: url('https://websitesapi.dataart.com/media/ooeozrfp/ppfragment-sansregular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Daftn 55 P";
  src: url('https://websitesapi.dataart.com/media/kajbepfl/daftn55p.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Daftn 35 P";
  src: url('https://websitesapi.dataart.com/media/snkjasg2/daftn35p.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Daftn 65 P";
  src: url('https://websitesapi.dataart.com/media/rqzodkua/daftn65p.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Daftn 45 P";
  src: url('https://websitesapi.dataart.com/media/31nb5bla/daftn45p.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #f7f8f7;
  --text: #005244;
  --aquamarine: #7de8af;
  --bg: #00473b;
  --brown: #ba1331;
  --white: #fff;
  --black: #010101;
  --da_background: #82cbf4;
  --purple: #ecdbff;
  --light-green: #edf1ef;
  --da_backgorund: #e9f0f7;
  --da-65: "Daftn 65 P", Arial, sans-serif;
  --132px: 8.25rem;
  --138-6px: 8.625rem;
  --64px: 4rem;
  --48px: 3rem;
  --52px: 3.25rem;
  --da_35: "Daftn 35 P", Arial, sans-serif;
  --21px: 1.3125rem;
  --31-5px: 1.96875rem;
  --16px: 1rem;
  --24px: 1.5rem;
  --15: .938rem;
  --22-5px: 1.406rem;
  --18px: 1.125rem;
  --27px: 1.688rem;
  --da_font: "Daftn 45 P", Arial, sans-serif;
  --40px: 2.5rem;
  --32px: 2rem;
  --41-6px: 2.6rem;
  --57-6px: 3.6rem;
  --28px: 1.75rem;
  --30px: 1.875rem;
  --26-4: 1.65rem;
  --36-4px: 2.275rem;
  --31-2px: 1.95rem;
  --da-55: "Daftn 55 P", Arial, sans-serif;
  --104px: 6.5rem;
  --109-2px: 6.825rem;
  --56px: 3.5rem;
  --42px: 2.625rem;
  --46-2: 2.888rem;
  --ppf-s: "Ppfragment Sans", sans-serif;
  --pjs: "Plus Jakarta Sans", sans-serif;
  --20px: 1.25rem;
  --70-4: 4.4rem;
  --36px: 2.25rem;
  --39-6px: 2.475rem;
  --20-8px: 1.2rem;
  --da_back2: #4151a8;
  --ppf-g: "Ppfragment Glare", sans-serif;
  --transp: #f7f8f700;
  --da: var(--transp);
}

body {
  background-color: var(--body);
  color: var(--text);
  letter-spacing: -.005em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding: 3rem .75rem;
  position: relative;
  overflow: hidden;
}

.section.navbar {
  z-index: 100;
  background-color: var(--body);
  padding-top: .3rem;
  padding-bottom: .3rem;
  position: sticky;
  inset: 0% 0% auto;
}

.section.main-1s {
  padding-top: .8rem;
  padding-bottom: 1.5rem;
}

.section.pad0 {
  padding-left: 0;
  padding-right: 0;
}

.section.z2 {
  z-index: 2;
}

.section.z2.grn1_pad120 {
  padding: 6.9rem 6.05rem 5.3rem;
}

.section.z2.grn2 {
  padding-top: 4.3rem;
  padding-bottom: 4rem;
}

.section.z2.mt_grn {
  padding-top: 4.4rem;
  padding-bottom: 5.1rem;
}

.section.cta-section {
  background-color: var(--text);
  color: var(--aquamarine);
  background-image: url('https://websitesapi.dataart.com/media/3b4m213f/cta_bg.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 23.3rem;
  padding-bottom: 2.1rem;
  padding-left: 7.8rem;
  padding-right: 7.8rem;
  display: flex;
}

.section.cta-section.new {
  justify-content: flex-end;
  align-items: flex-end;
  height: 23.3em;
  padding-bottom: 2.1em;
  padding-left: 7.8em;
  padding-right: 7.8em;
}

.section.cta-sect {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.cta-sect.green-back {
  padding-top: 3rem;
  font-size: 1.389vw;
}

.section.footer {
  background-color: var(--bg);
  color: var(--aquamarine);
  padding-top: 5.9rem;
  padding-bottom: 1.4rem;
}

.section.footer.new-footer {
  padding: 5.9em .75em 1.4em;
  font-size: 1.389vw;
}

.section.pjs-1s {
  padding-top: 7.3rem;
  padding-bottom: 0;
}

.section.pjs-2s {
  padding-top: 2.5rem;
}

.section.pjs-3s {
  padding-bottom: 7rem;
}

.section.page-1s {
  padding-top: 7.4rem;
  padding-bottom: 0;
}

.section.page-1s.pad_bottom150 {
  padding-bottom: 7.2rem;
}

.section.page-1s.lst {
  padding-bottom: 2.6rem;
}

.section.service-page-2s {
  background-image: url('https://websitesapi.dataart.com/media/uhmjx25q/service_img5.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 11.7rem;
  margin-top: 2.5rem;
  padding-top: 9rem;
  padding-bottom: 3.7rem;
}

.section.pad_4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.service-page-3s {
  padding-bottom: 4.1rem;
}

.section.t_pad120.double_grid {
  padding-top: 0;
}

.section.t_pad120.double_grid_1 {
  padding-bottom: .5rem;
}

.section.mt-2s {
  background-image: url('https://websitesapi.dataart.com/media/hvakfxgc/mt_bg1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 13.25rem;
  margin-top: .7rem;
  padding-top: 16.1rem;
  padding-bottom: 3.7rem;
}

.section.about-1s {
  padding-top: 4.3rem;
}

.section.about-2s {
  background-image: url('https://websitesapi.dataart.com/media/vuuaag40/about_img1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 66.6%;
  margin-top: 1.1rem;
  padding-top: 14.5rem;
}

.section.pb150 {
  padding-bottom: 7.1rem;
}

.section.pb150.pt200 {
  padding-top: 9.5rem;
}

.section.ins-1s {
  padding-top: 4.4rem;
}

.section.ins-2s {
  padding-bottom: 4.8rem;
}

.section.ins-page-1s {
  padding-top: 7.4rem;
  padding-bottom: 4rem;
}

.section.lst-2s {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.section.data-faq-sect {
  background-image: url('https://websitesapi.dataart.com/media/f11egd2d/data_bg1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60rem;
  margin-top: 2.6rem;
  padding-top: 11.8rem;
}

.section.pj-awards-sect {
  background-image: url('https://websitesapi.dataart.com/media/naanlihv/pj_bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 57rem;
  margin-top: 1.9rem;
  padding-top: 16rem;
}

.section.pj-1s {
  padding-top: 7.4rem;
  padding-bottom: 4.1rem;
}

.section.cta-light-section {
  background-image: url('https://websitesapi.dataart.com/media/wuplqn0b/cta_light_bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 19.7rem;
  padding: 3.5rem 7.8rem 7.1rem;
  display: flex;
}

.row {
  flex-wrap: wrap;
  display: flex;
}

.row.align_down {
  align-items: flex-end;
}

.row.mb60 {
  margin-bottom: 2.4rem;
}

.row.nav {
  flex-flow: row;
  align-items: center;
  position: static;
}

.row.m_vert.col_reverse {
  flex-direction: row-reverse;
}

.row.m_vert.space {
  grid-column-gap: .75rem;
}

.row.ab1 {
  margin-bottom: .8rem;
}

.row.ab2 {
  margin-bottom: 2.7rem;
}

.row.ab3 {
  margin-bottom: 2.8rem;
}

.row.ins1 {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
}

.row.mn1 {
  margin-top: 2.4rem;
}

.row.m_vert_2.col_reverse {
  flex-direction: row-reverse;
}

.row.m_vert_2.space {
  grid-column-gap: .75rem;
}

.col {
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  display: flex;
}

.col.c_33 {
  flex: none;
  width: 33%;
}

.col.c_33.ft1 {
  padding-left: 3.7rem;
}

.col.c_33.ft1.new-footer {
  width: 33%;
  padding-left: 3.7em;
}

.col.c_33.pad_l_3 {
  padding-left: 2.9rem;
}

.col.c_33.pad-_r3 {
  padding-right: 3rem;
}

.col.c_33.t_sp1.pr-5 {
  padding-right: 5%;
}

.col.c_33.ab_2 {
  padding-right: 1rem;
}

.col.c_33.ins1 {
  background-image: url('https://websitesapi.dataart.com/media/zm0pja3x/ins_img1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 11.25rem;
  padding-bottom: 9rem;
  padding-right: 2rem;
}

.col.c_33.dt3 {
  padding-right: 3rem;
}

.col.c_33.m_dt4 {
  padding-right: 2rem;
}

.col.c_33.pj_3 {
  padding-right: 3rem;
}

.col.c_33.pj-c1 {
  padding-left: 6rem;
}

.col.c_33.pj-c1.col_reverse {
  padding-left: 0;
  padding-right: 6em;
}

.col.c_33.pj-c2 {
  padding-left: 0;
  padding-right: 6rem;
}

.col.c_33.pj-c2.col_reverse {
  padding-left: 0;
  padding-right: 6em;
}

.col.c_66 {
  flex: 0 auto;
  width: 67%;
}

.col.pad_r_1 {
  padding-right: .75rem;
}

.col.pad_r_1.t_mn1.nc1 {
  padding-right: 0;
}

.col.pad_r_120 {
  padding-right: 6rem;
}

.col.ft2 {
  padding-right: 6.125em;
}

.col.c_50 {
  flex: 0 auto;
  width: 50%;
}

.col.pad_l_120 {
  padding-left: 6rem;
}

.col.sp1 {
  flex: 0 auto;
  padding-right: .75rem;
}

.col.c_16 {
  flex: none;
  width: 16%;
}

.col.pj-col2 {
  flex: 0 auto;
  width: 58.5%;
  padding-right: 5.9rem;
}

.col.space {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
}

.logo {
  align-self: flex-start;
  width: 3.5rem;
  display: inline-block;
}

.menu-row {
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--text);
  border-bottom: 1px solid #0000;
  margin-right: 1.5rem;
  line-height: 1.5em;
  text-decoration: none;
}

.navlink:hover, .navlink.w--current {
  border-bottom-color: var(--text);
}

.heading-4 {
  z-index: 2;
  letter-spacing: -.02em;
  margin-top: -.15em;
  margin-bottom: -.15em;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.mn-img-cont {
  width: 90%;
  margin-left: -.75rem;
  position: relative;
}

.img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.img.sp_step_img1 {
  margin-bottom: .75rem;
}

.img.h100 {
  height: 100%;
}

.img.hidden {
  display: none;
}

.pj-block {
  color: var(--text);
  text-decoration: none;
  display: block;
}

.heading-2 {
  text-align: left;
  letter-spacing: -.04em;
  margin-top: -.15em;
  margin-bottom: -.15em;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.05em;
}

.heading-2.mb60 {
  margin-bottom: 2.1rem;
}

.heading-2.mt0 {
  margin-top: 0;
}

.heading-2._404 {
  margin-bottom: .15em;
  margin-left: -.06em;
}

.heading-2._404._404_bottom {
  margin-bottom: .4em;
}

.heading-2.small {
  font-size: 3.5rem;
}

.w420 {
  max-width: 21rem;
}

.w420._2 {
  max-width: 100%;
}

.lead-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment Glare, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.lead-3.mb {
  margin-bottom: 1rem;
}

.pj-info-row {
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding-top: 2.8rem;
  display: flex;
}

.pj-info-row.pt30 {
  padding-top: 1.3rem;
}

.pj-info-col {
  flex: none;
  width: 5.7rem;
  max-width: 50%;
  padding-bottom: 10px;
  padding-right: .4rem;
}

.caption {
  letter-spacing: -.01em;
  font-size: .55rem;
  font-weight: 500;
  line-height: 1.3em;
}

.caption.mb30 {
  margin-bottom: .8rem;
}

.caption.mb30.new-footer {
  font-size: .55em;
}

.caption.mb50 {
  margin-bottom: 2.2rem;
}

.caption.mb50.new-footer {
  font-size: .55em;
}

.caption.mb50.new-footer._2 {
  font-size: 1.389vw;
}

.caption.mb50.new-footer._1 {
  margin-bottom: 0;
}

.caption.mb10 {
  margin-bottom: .3rem;
}

.caption.form-caption {
  opacity: .6;
  text-align: center;
  margin-top: .6rem;
}

.caption.mt {
  margin-top: .6rem;
}

.caption.pj-mb {
  margin-bottom: .2rem;
}

.caption.mb25 {
  margin-bottom: .7rem;
}

.caption.mb25.new-footer, .caption.new-footer.new-f, .caption.new-f._2 {
  font-size: .55em;
}

.client-row {
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.client-row.sp {
  padding-top: .8rem;
}

.client-photo {
  object-fit: cover;
  width: 1.65rem;
  height: 1.65rem;
  margin-right: .75rem;
}

.client-photo.sp, .client-photo.ins {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.3rem;
}

.footnote {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.footnote.mn1, .footnote.op60 {
  opacity: .6;
}

.footnote.t_body2.sp_li {
  margin-bottom: 10px;
}

.footnote.mb_1rem {
  margin-bottom: 1rem;
}

.footnote.mt {
  margin-top: .4em;
}

.footnote.mb60 {
  margin-bottom: 2.6rem;
}

.footnote.ab1 {
  max-width: 17.25rem;
}

.footnote.ab2 {
  max-width: 18rem;
}

.footnote.ct {
  margin-bottom: .3rem;
}

.footnote.ins {
  margin-bottom: 2rem;
}

.footnote.pj1.inline {
  line-height: 0;
  display: inline;
}

.w284 {
  width: 14.2rem;
  max-width: 100%;
}

.pj-image-h500 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
}

.pj-image-h500.mb {
  flex-direction: column-reverse;
  margin-bottom: 1.3rem;
  display: flex;
}

.pj-image-h500.mt {
  margin-top: 1.5rem;
}

.pj-image-h500.cs3 {
  margin-left: -.75rem;
}

.v_col {
  flex: 1;
}

.w480 {
  max-width: 24rem;
}

.w480.pt1, .w480.cs_pt1 {
  padding-top: 2rem;
}

.green-section {
  color: var(--aquamarine);
  background-image: url('https://websitesapi.dataart.com/media/irclfora/green_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.green-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grn-row {
  padding-bottom: 2.1rem;
  display: flex;
}

.grn-col {
  flex: 1;
}

.grn-col._2 {
  flex: 0 auto;
  width: 17.9rem;
  margin-left: 5.4rem;
  padding-top: .4rem;
}

.lead-1-sans {
  letter-spacing: -.02em;
  margin-top: -.2em;
  margin-bottom: 0;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.lead-1-sans.mb60 {
  margin-bottom: 2.5rem;
}

.lead-1-sans.mt1 {
  display: inline;
  position: relative;
  top: -.2em;
}

.lead-1-sans.mt2 {
  margin-bottom: 2.5rem;
}

.lead-1-sans.ab1 {
  margin-top: .3em;
}

.lead-1-sans.lt1 {
  margin-bottom: 1.8rem;
}

.lead-1-sans.grad {
  background-image: radial-gradient(circle farthest-corner at 20% 3%, #009d80, var(--text) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lead-1-sans.grad2 {
  background-image: radial-gradient(circle farthest-corner at 20% 80%, #009d80, var(--text) 42%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lead-1-sans.grad3 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #009d80, var(--text) 51%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lead-1-sans.mb45 {
  margin-bottom: 1.5rem;
}

.lead-1-sans.dt-mb60 {
  margin-bottom: 2.5rem;
}

.lead-1-sans.pj1 {
  margin-bottom: 2.1rem;
}

.lead-1-sans.pj_mb45 {
  margin-bottom: 1.3rem;
}

.arrow-link {
  border-bottom: 2px solid var(--text);
  color: var(--text);
  align-self: flex-start;
  text-decoration: none;
  display: inline-block;
}

.arrow-link:hover {
  border-bottom-color: #0000;
}

.arrow-link.footnote.light-green {
  border-bottom-color: var(--aquamarine);
  color: var(--aquamarine);
}

.arrow-link.footnote.light-green:hover {
  border-bottom-color: #0000;
}

.arrow-link.lead-2-sans.green {
  border-bottom-color: var(--text);
  color: var(--text);
}

.arrow-link.lead-2-sans.green:hover {
  border-bottom-color: #0000;
}

.arrow-link.light-green-link {
  border-bottom-color: var(--aquamarine);
}

.arrow-link.light-green-link:hover {
  border-bottom-color: #0000;
}

.arrow-link.light-green-link.caption {
  border-bottom-width: 1px;
}

.link-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-row.center {
  justify-content: center;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg.rotate {
  transform: rotate(180deg);
}

.link-col {
  padding-right: .25em;
}

.link-col.pr_10 {
  padding-right: .3125em;
}

.link-col.pr_0 {
  padding-right: 0;
}

.lead-2-sans {
  letter-spacing: -.03em;
  margin-top: -.2em;
  margin-bottom: 0;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.lead-2-sans.mn1 {
  max-width: 16rem;
  margin-bottom: 1rem;
}

.lead-2-sans.sp1 {
  margin-bottom: .9rem;
}

.lead-2-sans.mb20 {
  margin-bottom: .4rem;
}

.lead-2-sans.mb30_2 {
  margin-bottom: .6rem;
}

.lead-2-sans.ind1 {
  margin-bottom: 2.1rem;
}

.lead-2-sans.mb30 {
  margin-bottom: 1rem;
}

.lead-2-sans.mb45 {
  margin-bottom: 1.4rem;
}

.b_green_list {
  flex-wrap: wrap;
  margin-bottom: -2.1rem;
  margin-left: -1.5rem;
  margin-right: -1rem;
  padding-left: 0;
  display: flex;
}

.list-item {
  align-items: flex-start;
  width: 39%;
  padding-bottom: 2.1rem;
  padding-right: 1rem;
  display: flex;
}

.list-item._2 {
  width: 33.5%;
}

.list-item._3 {
  width: 27.3%;
}

.list-col {
  flex: 1;
}

.list-col._1 {
  flex: none;
  width: 1.5rem;
  padding-top: .2rem;
}

.lead-2 {
  letter-spacing: -.03em;
  margin-top: -.2em;
  margin-bottom: 0;
  font-family: Ppfragment Glare, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.lead-2.mn_insigths {
  margin-bottom: 1.6rem;
}

.lead-2.ab1 {
  margin-bottom: 1rem;
}

.marquee {
  padding-top: 2.25rem;
  padding-bottom: 1rem;
  display: flex;
}

.marquee-slide {
  flex: none;
  align-items: center;
  display: flex;
}

.client-logo {
  flex: none;
  height: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.row2 {
  flex-wrap: wrap;
  display: flex;
}

.col2 {
  flex: 1;
}

.col2._1 {
  flex: 0 auto;
  width: 16%;
}

.insights-block {
  color: var(--text);
  margin-bottom: .7rem;
  text-decoration: none;
  display: block;
}

.insights-row {
  display: flex;
}

.insights-col {
  flex: 1;
  padding-bottom: 0;
}

.insights-col.c_img {
  flex: 0 auto;
  width: 35.3rem;
  margin-left: 6rem;
}

.insights-col.c_img.sp {
  width: 23.3rem;
}

.insights-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 19rem;
  margin-right: -.75rem;
}

.insights-image.sp {
  height: 12.7rem;
}

.insights-info-row {
  opacity: .6;
  align-items: center;
  padding-top: .25rem;
  display: flex;
}

.insights-info-row.pt0 {
  padding-top: 0;
}

.delimiter {
  background-color: var(--text);
  border-radius: 100%;
  flex: none;
  width: 2px;
  height: 2px;
  margin-left: .25rem;
  margin-right: .25rem;
}

.delimiter.light-green {
  background-color: var(--aquamarine);
}

.insights-list {
  padding-bottom: 1.8rem;
}

.cta-text-block.gap-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  font-size: 1.389vw;
  display: flex;
}

.cta-btn-text {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1em;
}

.cta-btn-text.light {
  font-size: 4.35rem;
  line-height: 1em;
}

.cta-btn-text.footer.new-f {
  font-size: 5.2em;
  line-height: 1em;
}

.light-green-link {
  color: var(--aquamarine);
  text-decoration: none;
}

.light-green-link.underline {
  border-bottom: 1px solid var(--aquamarine);
  text-decoration: none;
}

.light-green-link.underline:hover {
  border-bottom-color: #0000;
}

.light-green-link.underline.line_h2 {
  border-bottom-style: none;
  border-bottom-width: 2px;
  font-size: 1.389vw;
  line-height: 2em;
  text-decoration: underline;
}

.light-green-link.footer_link {
  border-bottom: 1px solid #0000;
}

.light-green-link.footer_link:hover, .light-green-link.footer_link.w--current {
  border-bottom-color: var(--aquamarine);
}

.light-green-link.footer_link.new-footer.new-f {
  flex: none;
  font-size: 1em;
  line-height: 1.5em;
}

.light-green-link.underline_on_hover {
  border-bottom: 2px solid #0000;
}

.light-green-link.underline_on_hover:hover {
  border-bottom-color: var(--aquamarine);
}

.light-green-link.underline_on_hover.line_1px {
  border-bottom-width: 1px;
}

.ft-logo {
  width: 10.55rem;
  margin-top: .8rem;
}

.ft-logo.new-foote {
  width: 10.55em;
}

.ft-row {
  justify-content: space-between;
  display: flex;
}

.ft-row.df {
  justify-content: space-between;
  padding-bottom: 2.2em;
}

.ft-col {
  width: 7.6rem;
}

.ft-col.new {
  width: 7.6em;
  font-size: 1.389vw;
}

.ft-col.new-footer._3 {
  font-size: 1.389vw;
}

.ft-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ft-menu.new-footer {
  font-size: 1.389vw;
}

.ft-row2 {
  padding-top: 2.1rem;
  display: flex;
}

.ft-row2.new-footer {
  padding-top: 2.1em;
  font-size: 1.389vw;
}

.ft-col2 {
  flex: 1;
}

.ft-col2._1 {
  flex: none;
  width: 51%;
  padding-right: 6rem;
}

.ft-col2._1.new {
  width: 51%;
  padding-right: 6em;
}

.ft-col2._2 {
  flex: none;
  width: 25.2%;
}

.ft-col2._2.nee {
  width: 25.2%;
}

.burger {
  display: none;
}

.insigths-m_row._1 {
  padding-top: 1rem;
}

.mob-menu-header {
  display: none;
}

.filters-row {
  display: flex;
}

.filters-col._1 {
  padding-right: 1rem;
}

.open-filters {
  color: var(--text);
  background-color: #00473b0a;
  border-radius: 100vw;
  margin-top: -.25rem;
  padding: .25rem .5rem;
  text-decoration: none;
  display: block;
}

.filters-btns-row {
  display: flex;
}

.filters-btns-col {
  margin-right: .1rem;
}

.projects_list {
  margin-bottom: -4.7rem;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .18rem;
  padding-bottom: .18rem;
  padding-left: 0;
  display: flex;
}

.checkbox-field.ct {
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox {
  border-color: var(--aquamarine);
  cursor: pointer;
  border-radius: 0;
  flex: none;
  width: .85rem;
  height: .85rem;
  margin-top: .1rem;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox:hover {
  background-image: url('https://websitesapi.dataart.com/media/k2lazipr/checkbox_hover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--aquamarine);
  background-color: #0000;
  background-image: url('https://websitesapi.dataart.com/media/0pqdyxqy/checkbox_checked.svg');
  background-size: contain;
  border-radius: 0;
}

.checkbox.w--redirected-focus {
  border-color: var(--aquamarine);
  box-shadow: none;
  border-radius: 0;
}

.checkbox.dark {
  border-color: var(--text);
}

.checkbox.dark:hover {
  background-image: url('https://websitesapi.dataart.com/media/k2lazipr/checkbox_hover.svg');
}

.checkbox.dark.w--redirected-checked {
  background-image: url('https://websitesapi.dataart.com/media/0pqdyxqy/checkbox_checked.svg');
}

.checkbox.dark.ct {
  margin-top: .35rem;
  margin-right: .4rem;
}

.checkbox.circle {
  border-radius: 100%;
}

.checkbox.circle.w--redirected-checked {
  background-image: url('https://websitesapi.dataart.com/media/yejgyl3w/radio_light.svg');
  background-size: contain;
  border-width: 1px;
}

.checkbox.circle.dark.w--redirected-checked {
  background-image: url('https://websitesapi.dataart.com/media/rdxlefao/radio_dark.svg');
}

.w-checkbox-input.w-checkbox-input--inputType-custom.policy-check.w--redirected-checked {
  background-image: url(https://websitesapi.dataart.com/media/cfdpyv4y/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-label {
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.3em;
}

.block-for-filters {
  background-color: var(--aquamarine);
  margin: 37px;
  padding: 19px;
  display: none;
}

.filters-lb {
  z-index: 500;
  display: none;
  position: fixed;
  inset: 0%;
}

.filters-lb.show {
  display: flex;
}

.pj-collection-item {
  padding-bottom: 6rem;
}

.pj-v_row1 {
  flex: 1;
  display: flex;
}

.pj-v_col1 {
  flex-direction: column;
  flex: 1;
  margin-right: .2rem;
  display: flex;
}

.pj-small-img {
  object-fit: cover;
  width: 12rem;
  height: 11.25rem;
  margin-right: -.75rem;
}

.more-row {
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: -.75rem;
  margin-right: -1.6rem;
  display: flex;
}

.more-col {
  width: 33.3%;
  padding-right: .7rem;
}

.more-card {
  color: var(--text);
  flex: 1;
  width: 100%;
  text-decoration: none;
  display: block;
}

.more-img {
  object-fit: cover;
  width: 100%;
  height: 12.6rem;
  margin-bottom: 1.3rem;
  display: block;
}

.more-img.cont {
  aspect-ratio: 443 / 250;
  object-fit: contain;
  object-position: 0% 50%;
  height: auto;
}

.more-text-cont {
  padding-left: .75rem;
}

.more-text-cont._2 {
  padding-left: 0;
}

.ins-info-row {
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.ins-info-col._1 {
  padding-right: .9rem;
}

.w298 {
  max-width: 14.9rem;
}

.pj-v2 {
  flex: 1;
}

.filters-block {
  background-color: var(--text);
  color: var(--aquamarine);
  flex-direction: column;
  height: 100%;
  display: flex;
}

.flt-top {
  align-items: center;
  padding: .3rem .75rem;
  display: flex;
}

.flt-center {
  flex: 1;
  padding: 5.9rem .75rem .75rem;
  overflow: auto;
}

.flt-bottom {
  align-items: flex-end;
  padding: 1.5rem .75rem .75rem;
  display: flex;
}

.flt-close-lb {
  flex: none;
  width: .85rem;
}

.flt-col {
  flex: 1;
  margin-right: 1rem;
}

.flt-block {
  padding-top: 1.1rem;
}

.lead-3-sans {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.lead-3-sans.mb24 {
  margin-bottom: .82rem;
}

.lead-3-sans.op60 {
  opacity: .6;
}

.border-button {
  border: 2px solid var(--aquamarine);
  color: var(--aquamarine);
  text-align: center;
  background-color: #0000;
  min-width: 9rem;
  padding: .3rem 1rem;
}

.form-block {
  height: 100%;
  margin-bottom: 0;
}

.form {
  height: 100%;
}

.filters-lb-block {
  z-index: 1;
  width: 21rem;
  height: 100%;
  position: relative;
}

.close-lb {
  position: fixed;
  inset: 0%;
}

.t_block, .m_block {
  display: none;
}

.heading-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 4.35rem;
  font-weight: 400;
  line-height: 1em;
}

.heading-3.mb60 {
  margin-bottom: 2.1rem;
}

.heading-3.ind1 {
  margin-bottom: 1.6rem;
}

.heading-3.mb120 {
  margin-bottom: 5rem;
}

.sp-img-cont {
  width: 90%;
  margin-top: 1.1rem;
  margin-left: -.75rem;
  position: relative;
  bottom: .6rem;
}

.w720 {
  max-width: 36rem;
}

.sp-row1 {
  padding-top: 1rem;
  display: flex;
}

.sp-col1 {
  width: 50%;
  padding-right: .75rem;
}

.text-mb-60 {
  margin-bottom: 2.2rem;
}

.sp-img-cont2 {
  margin-left: -.75rem;
}

.sp-row2 {
  flex-wrap: wrap;
  margin-right: -.75rem;
  display: flex;
}

.sp-col2 {
  width: 25%;
  padding-bottom: 1rem;
  padding-right: .75rem;
}

.sp-ic1 {
  object-fit: contain;
  width: auto;
  height: 6.1rem;
  margin-bottom: 1rem;
}

.sp-ic1-text {
  max-width: 90%;
}

.w840 {
  max-width: 42rem;
}

.process-block1 {
  width: 19.5rem;
  max-width: 100%;
  margin-left: .75rem;
  padding-left: 1.5rem;
  position: relative;
}

.process-num {
  position: absolute;
  inset: 0% auto auto 0%;
}

.sp-img-3 {
  max-width: 39rem;
}

.block-mb60 {
  padding-bottom: 2.8rem;
}

.sp-img-cont3 {
  margin-left: 2.25rem;
  margin-right: -.75rem;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.list.square {
  margin-bottom: -.7rem;
}

.sp-img-cont4 {
  max-width: 36rem;
  margin-left: 2.25rem;
  margin-right: -.75rem;
}

.sp-row3 {
  flex-wrap: wrap;
  margin-bottom: -1.7rem;
  display: flex;
}

.sp-col3 {
  width: 50%;
  padding-bottom: 1.7rem;
  padding-right: 1rem;
}

.sp-col3.sv1 {
  width: 38%;
}

.sp-col3.sv2 {
  width: 62%;
  padding-right: 0;
}

.link-list {
  font-weight: 500;
  line-height: 1.4em;
}

.link-list.d_margin_bottom {
  margin-bottom: .2rem;
}

.sp-list-item {
  margin-left: -3rem;
  padding-bottom: .08rem;
  padding-left: 3rem;
  position: relative;
}

.block-mb60_2 {
  padding-bottom: 2.3rem;
}

.sp-step-block {
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.sp-row4 {
  flex-wrap: wrap;
  margin-bottom: -1.7rem;
  margin-right: -1rem;
  display: flex;
}

.sp-row4.mt1 {
  margin-bottom: -2.5rem;
}

.sp-col4 {
  width: 50%;
  padding-bottom: 1.7rem;
  padding-right: 1rem;
}

.sp-col4.mt1 {
  padding-bottom: 2.5rem;
}

.sp-col4.dt {
  padding-right: 3.2rem;
}

.w360 {
  max-width: 18rem;
}

.w_12rem {
  max-width: 11.6rem;
}

.awards-list {
  margin-bottom: -1rem;
}

.award-row {
  border-bottom: 1px solid var(--text);
  margin-bottom: 1.4rem;
  margin-right: -.75rem;
  padding-bottom: .3rem;
  display: flex;
  position: relative;
}

.award-col {
  flex: 1;
}

.award-col._1 {
  flex: none;
  width: 37.4%;
  padding-right: 1rem;
}

.award-col._2 {
  flex: none;
  width: 12.5%;
  padding-right: 1rem;
}

.dd-list {
  margin-bottom: -1.4rem;
}

.faq-dd {
  margin-bottom: 1.8rem;
}

.faq-dd.w_ic {
  margin-bottom: 1.4rem;
}

.dd-toggle {
  cursor: pointer;
  align-items: flex-start;
  transition: all .3s linear;
  display: flex;
  position: relative;
}

.dd-toggle.w_ic {
  padding-top: .6rem;
}

.dd-cont {
  overflow: hidden;
}

.faq-col {
  flex: 1;
  padding-right: 1rem;
}

.dd-ic {
  flex: none;
  width: 1.6rem;
  margin-top: .1rem;
  transition: all .2s;
}

.dd-text-block {
  max-width: 33rem;
  padding-top: .7rem;
}

.dd-text-block.pb {
  padding-bottom: .6rem;
}

.clients-reviews-list {
  margin-bottom: -2.2rem;
}

.sp-client-rebiew {
  padding-bottom: 2.2rem;
}

.sp-clients-row {
  align-items: center;
  display: flex;
}

.sp-clients-row.cp {
  justify-content: space-between;
}

.sp-clients-col {
  padding-right: 2rem;
}

.sp-client-logo {
  height: 1.5rem;
}

.w960 {
  max-width: 50.2rem;
}

.sp-block2 {
  padding-top: 2.3rem;
  padding-left: 23.2rem;
}

.green-link {
  color: var(--text);
  border-bottom: 1px solid #0000;
  text-decoration: none;
}

.green-link:hover {
  border-bottom-color: var(--text);
}

.green-link.underline {
  border-bottom: 1px solid var(--text);
}

.green-link.underline:hover {
  border-bottom-color: #0000;
}

.green-link.underline.underline_2px {
  border-bottom-width: 2px;
}

.green-link.full_w {
  border-bottom-width: 2px;
  display: block;
}

.block-mb60_3 {
  padding-bottom: 2.8rem;
}

.mob-sp-img1 {
  display: none;
}

.cp_block1 {
  max-width: 30rem;
}

.cp-img-cont {
  width: 17.25rem;
  margin-top: -2.7rem;
  position: relative;
  bottom: .6rem;
}

.toolbox-row {
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
  display: flex;
}

.toolbox-col {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.cp-tool {
  height: 4rem;
}

.cp-row1 {
  display: flex;
}

.cp-col1 {
  flex: 1;
  padding-right: 2rem;
}

.cp-col1._3 {
  flex: 0 auto;
  width: 24%;
}

.cp-col1._1 {
  flex: 0 auto;
  width: 38%;
}

.cp-col1.m_mb0.ind_2, .cp-col1.pr_0 {
  padding-right: 0;
}

.cp-block2 {
  padding-bottom: 2.1rem;
}

.ind-img-cont {
  width: 21rem;
  margin-top: .7rem;
  margin-left: -.75rem;
  position: relative;
  bottom: .6rem;
}

.ip-row1 {
  align-items: flex-start;
  display: flex;
}

.ip-ic1 {
  flex: none;
  width: 3rem;
  margin-right: 3rem;
}

.ip-col1 {
  max-width: 42rem;
}

.ip-row2 {
  max-width: 81%;
  padding-top: 2.5rem;
  padding-left: 3rem;
  display: flex;
}

.ip-col2 {
  width: 33.3%;
  padding-right: 1rem;
}

.ip-block2 {
  max-width: 100%;
  margin-left: .75rem;
  padding-left: 1.5rem;
  position: relative;
}

.project-link {
  color: var(--text);
  text-decoration: none;
  display: block;
}

.hide {
  display: none;
}

.main-video {
  z-index: 1;
  transform-style: preserve-3d;
  height: 16rem;
  position: relative;
  inset: auto 0% 0%;
}

.main-video.bg-img {
  display: none;
}

.w854 {
  max-width: 42.7rem;
}

.dd-img {
  height: 3rem;
  margin-right: 3rem;
  transition: all .3s linear;
  position: absolute;
  inset: 0% 100% auto auto;
}

.mt-row1 {
  border-bottom: 1px solid var(--aquamarine);
  margin-right: -.75rem;
  padding-top: 1.1rem;
  padding-bottom: .6rem;
  display: flex;
}

.mt-row1.head {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: .3rem;
}

.mt-col1 {
  flex: 1;
  padding-right: 3rem;
}

.mt-col1._1 {
  flex: none;
  width: 12rem;
  margin-left: -12rem;
  padding-right: 5rem;
}

.block-mb45 {
  padding-bottom: 1.4rem;
}

.li-mb30 {
  padding-bottom: .7rem;
}

.mt-list {
  flex-wrap: wrap;
  margin-bottom: -2.4rem;
  margin-right: -1rem;
  display: flex;
}

.mt-li {
  align-items: flex-start;
  width: 50%;
  padding-bottom: 2.4rem;
  padding-left: .7rem;
  padding-right: 1rem;
  display: flex;
}

.mt-li-num {
  flex: none;
  width: 1.5rem;
  position: static;
  inset: 0% auto auto 0%;
}

.mt-li-col {
  flex: 1;
}

.mt-text-block1 {
  width: 13.5rem;
  margin-left: .6rem;
  display: inline-block;
  position: relative;
  top: -.5rem;
}

.text_up {
  margin-top: -.2em;
  display: inline-block;
}

.mt-w420 {
  max-width: 20.9rem;
}

.block-mb45_2 {
  padding-bottom: 1.4rem;
}

.ab-logo-block {
  align-items: flex-start;
  display: flex;
}

.ab_ettyq {
  width: 14.2rem;
}

.ab_ettyq_text {
  margin-top: .9rem;
  margin-left: .5rem;
}

.dd-num {
  position: absolute;
  inset: 0% auto auto -3rem;
}

.about-img2-cont {
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-bottom: 2rem;
}

.ab-row1 {
  max-width: 42rem;
  display: flex;
}

.ab-col1 {
  width: 50%;
  padding-right: 6rem;
}

.v_col-ab {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.ab-li {
  align-items: flex-start;
  max-width: 15rem;
  padding-top: .9rem;
  display: flex;
}

.ab-li-num {
  flex: none;
  width: 2.3rem;
  position: static;
  inset: 0% auto auto 0%;
}

.grn-row2 {
  flex-wrap: wrap;
  display: flex;
}

.grn-col2._1 {
  width: 70%;
  padding-right: 3rem;
}

.grn-col2._2 {
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.grn-col2._3 {
  max-width: 30.2rem;
  padding-top: 3.7rem;
}

.body-underline {
  border-bottom: 1px solid var(--aquamarine);
  margin-bottom: 1.2rem;
  padding-bottom: .3rem;
}

.body-underline.last {
  margin-bottom: .6rem;
}

.ab-row2 {
  display: flex;
}

.ab-col2 {
  flex: 1;
  width: 50%;
}

.ab-col2._1 {
  flex: 0 auto;
  width: 51%;
  padding-right: 3rem;
}

.ab-img3 {
  object-fit: cover;
  width: 100%;
  height: 15.35rem;
}

.ab-row3 {
  padding-top: .6rem;
  display: flex;
}

.ab-col3 {
  flex: 1;
}

.ab-col3._1 {
  flex: 0 auto;
  width: 42%;
}

.ab-img3-cont {
  margin-top: 1rem;
}

.ab-img3-cont._2 {
  margin-right: -.75rem;
}

.ab-img4-cont {
  flex: 1;
}

.ct-img-cont {
  width: 87%;
  margin-top: .5rem;
  position: relative;
  bottom: .6rem;
}

.form-block-2 {
  margin-bottom: 0;
}

.checkboxes-list {
  flex-wrap: wrap;
  margin-bottom: -1.1rem;
  margin-right: -1.4rem;
  display: flex;
}

.checkboxes-li {
  padding-bottom: 1.1rem;
  padding-right: 1.4rem;
}

.checkbox-label-2 {
  margin-bottom: 0;
  font-weight: 400;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--text);
  color: var(--text);
  background-color: #0000;
  border-radius: 0;
  height: 2.6rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-field:focus {
  border-bottom-color: var(--aquamarine);
}

.text-field::placeholder {
  color: #00524499;
}

.form-field-block {
  padding-bottom: 1.9rem;
}

.form-row {
  flex-wrap: wrap;
  margin-right: -.75rem;
  display: flex;
}

.form-col {
  width: 50%;
  padding-right: .75rem;
}

.form-btn-block {
  margin-top: .3rem;
  transition: all .2s;
  position: relative;
}

.form-btn-block:hover {
  background-color: #7de8af33;
}

.mob_only_block {
  display: none;
}

.border-button-form {
  border: 2px solid var(--text);
  color: var(--text);
  padding-top: .6rem;
  padding-bottom: .7rem;
  text-decoration: none;
  display: block;
}

.submit-btn {
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form-btn-arrow {
  margin-right: .9rem;
  font-size: 1.4rem;
}

.success-message {
  background-color: #7de8af1a;
}

.error-message {
  color: var(--brown);
  background-color: #ba13311a;
}

.center-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.article h2 {
  letter-spacing: -.03em;
  margin-top: 3.6rem;
  margin-bottom: 1.5rem;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.article p {
  margin-bottom: 1.5em;
}

.article h3 {
  letter-spacing: -.03em;
  margin-top: 1.5rem;
  margin-bottom: .3rem;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.article ul {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  overflow: visible;
}

.article li {
  padding-bottom: .75rem;
}

.article ol {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  overflow: visible;
}

.article figcaption {
  text-align: left;
  letter-spacing: -.01em;
  margin-top: .6rem;
  font-size: .55rem;
  line-height: 1.3em;
}

.article figure {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.article blockquote {
  letter-spacing: -.03em;
  background-image: url('https://websitesapi.dataart.com/media/d51aktbf/quote_ic.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 2.6rem;
  border-left-style: none;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  margin-left: -5.6rem;
  padding: 0 0 0 5.6rem;
  font-family: Ppfragment Glare, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.art-row {
  border-bottom: 1px solid var(--text);
  padding-top: 1.2rem;
  display: flex;
}

.art-col {
  width: 50%;
}

.article-table {
  padding-top: .3rem;
}

.article-table.mb90 {
  margin-bottom: 4.1rem;
}

.article-table.mb45 {
  margin-bottom: 2rem;
}

.ins-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  min-height: 25rem;
}

.insights-tags-row {
  padding-bottom: 2.9rem;
}

.insights-tags-row._2 {
  padding-bottom: 0;
}

.insights-tags-col {
  flex: none;
  padding-bottom: .1rem;
  padding-right: .1rem;
}

.radio-button-field {
  cursor: pointer;
  background-color: #00473b0a;
  border-radius: 100vw;
  margin-bottom: 0;
  padding: .25rem .5rem .2rem;
  transition: all .2s;
  display: block;
}

.radio-button-field:hover {
  background-color: #7de8af33;
}

.radio-button-field.is-active {
  background-color: var(--aquamarine);
}

.ins-page-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 32rem;
  margin-top: 2.2rem;
  margin-bottom: 4.5rem;
}

.insight-article h2 {
  letter-spacing: -.02em;
  margin-top: 5.3rem;
  margin-bottom: 1.3rem;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.insight-article p {
  margin-bottom: 1.5em;
}

.insight-article h3 {
  letter-spacing: -.03em;
  margin-top: 1.5rem;
  margin-bottom: .3rem;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.insight-article ul {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  overflow: visible;
}

.insight-article li {
  padding-bottom: .75rem;
}

.insight-article ol {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  overflow: visible;
}

.insight-article figcaption {
  text-align: left;
  letter-spacing: -.01em;
  margin-top: .6rem;
  font-size: .55rem;
  line-height: 1.3em;
}

.insight-article figure {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.insight-article blockquote {
  letter-spacing: -.03em;
  background-image: url('https://websitesapi.dataart.com/media/d51aktbf/quote_ic.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 2.6rem;
  border-left-style: none;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  margin-left: -5.6rem;
  padding: 0 0 0 5.6rem;
  font-family: Ppfragment Glare, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
}

.insight-article h6 {
  letter-spacing: -.03em;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
  left: -6rem;
}

.insight-article.mt {
  margin-top: 3.5rem;
}

.ins_slider-cont {
  width: 60rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  left: -18rem;
}

.slider-arrow {
  z-index: 2;
  font-size: 3.1rem;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.slider-arrow.next {
  left: auto;
  right: 0;
}

.ins-slide-img {
  height: 30rem;
  margin-bottom: 0;
}

.slider-block {
  margin-top: 3.5rem;
}

.images-row {
  margin-left: -12rem;
  margin-right: -12rem;
  display: flex;
}

.images-col {
  flex: 1;
  padding-right: .75rem;
  display: flex;
}

.ins-article-image {
  object-fit: cover;
  width: 100%;
  height: 20.25rem;
  max-height: 100%;
}

.images-row-block {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.list-img1-cont {
  width: 77%;
  margin-top: 1.5rem;
  margin-left: -.75rem;
  position: relative;
  bottom: .6rem;
}

.list-img1-cont.mob {
  display: none;
}

.lst-block1 {
  max-width: 20vw;
}

.lst-block1._2 {
  max-width: 26vw;
}

.lst-block2 {
  padding-top: 4.5rem;
}

.lst-block2.pt {
  margin-top: -1.5rem;
}

.lst-quote-block {
  max-width: 24rem;
}

.data-block1 {
  max-width: 41rem;
}

.data-row1 {
  margin-right: -.75rem;
  display: flex;
}

.data-col1 {
  width: 33.3%;
  padding-right: .75rem;
  display: flex;
}

.data-green-card {
  background-color: var(--bg);
  color: var(--aquamarine);
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 19.25rem;
  display: flex;
}

.data-text-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: .75rem;
  display: flex;
}

.data-quote-ic {
  height: 2.3rem;
  margin-bottom: 1.2rem;
}

.data-quote-v_col {
  flex: 1;
}

.data-quote-v_col.maxw {
  margin-right: 1.5rem;
}

.data-card-img-block {
  height: 9.6rem;
  padding: .75rem;
  position: relative;
}

.data-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.data-card-row {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.data-card-col {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.data-info-row {
  align-items: center;
  display: flex;
}

.data-video-ic {
  z-index: 2;
  position: relative;
}

.data-why-block {
  position: relative;
}

.data-num1 {
  position: absolute;
  inset: .4rem auto auto -3rem;
}

.data-row2 {
  flex-wrap: wrap;
  margin-bottom: .7rem;
  display: flex;
}

.data-col2 {
  width: 63%;
  padding-bottom: .9rem;
  padding-right: 3.5rem;
}

.data-col2._2 {
  flex: 0 auto;
  width: 37%;
  padding-right: 0;
}

.data-row3 {
  flex-wrap: wrap;
  margin-bottom: -2.2rem;
  display: flex;
}

.data-col3 {
  width: 50%;
  padding-bottom: 2.2rem;
  padding-right: 2rem;
}

.data-col3._2 {
  padding-right: 0;
}

.data-row4 {
  padding-top: 3.5rem;
  padding-bottom: 1.1rem;
  display: flex;
}

.data-col4 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.data-col4.pl_60 {
  padding-left: 3rem;
}

.data-col4.c_72 {
  width: 72%;
}

.data-img-block {
  margin-left: -.75rem;
  display: flex;
}

.data-img-block.right {
  margin-left: 0;
  margin-right: -.75rem;
}

.data-img-col {
  flex: 1;
}

.data-img-col._2 {
  flex: 0 auto;
  width: 25%;
  margin-left: .75rem;
}

.data-img-col._3 {
  flex: 0 auto;
  width: 41%;
  margin-right: .75rem;
}

.data-w420 {
  max-width: 21rem;
}

.data-v_col {
  flex: 1;
}

.data-w480 {
  max-width: 23.8rem;
}

.data-block2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.data-w360 {
  max-width: 18rem;
}

.block-mb120 {
  padding-bottom: 5.3rem;
}

.data-img-cont1 {
  width: 21rem;
  margin-top: .7rem;
  margin-left: -.75rem;
  position: relative;
  bottom: .6rem;
}

.data-text-block2 {
  max-width: 62vw;
}

.data-text-block3 {
  max-width: 25rem;
}

.pj-main-image {
  object-fit: cover;
  width: 100%;
  height: 30.1rem;
}

.pj-main-image.hidden {
  display: none;
}

.pj-row1 {
  display: flex;
}

.pj-col1 {
  flex: 1;
  padding-right: 2.25rem;
}

.pj-col1._1 {
  padding-right: 5.5rem;
}

.pj-col1._2 {
  flex: 0 auto;
  width: 25%;
}

.pj-col1._3 {
  flex: 0 auto;
  width: 24%;
}

.pj-block1 {
  padding-top: 1.3rem;
}

.pj-img-cont1 {
  margin-left: -.75rem;
}

.pj-img-cont2.img_vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15em;
  padding-right: 15em;
  display: inline-block;
  position: static;
  overflow: auto;
}

.pj_w480 {
  max-width: 24rem;
}

.pj-img3 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.pj-img-cont3 {
  position: relative;
}

.pj-img3-caption {
  width: 17.1rem;
  margin-left: .8rem;
  position: absolute;
  inset: auto auto 0% 100%;
}

.pj-img3-caption.text_reverse {
  margin-left: 0;
  margin-right: .8em;
  left: auto;
  right: 100%;
}

.pj-img-cont3_2 {
  max-height: 70%;
  position: relative;
}

.pj-images-row {
  margin-right: -.75rem;
  display: flex;
}

.pj-images-row._2 {
  margin-left: 5.2rem;
}

.pj-images-col {
  flex: 0 auto;
  width: 33.3%;
  padding-right: .75rem;
  display: flex;
}

.pj-images-col.c2 {
  width: 50%;
}

.pj-img-cont {
  flex: 1;
  height: 100%;
}

.pj-img-cont.m_h188 {
  flex-direction: column;
  display: flex;
}

.pj_w420 {
  max-width: 21rem;
}

.pj-block2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 5.7rem;
  padding-right: 2rem;
  display: flex;
}

.pj-block3 {
  padding-top: 6rem;
  padding-left: 5.2rem;
}

.pj-block4 {
  max-width: 39rem;
  padding-bottom: 2.9rem;
}

.pj_w840 {
  max-width: 42rem;
}

.pj_w660 {
  max-width: 33rem;
}

.pj-awards {
  margin-bottom: -1.4rem;
}

.pj-awards strong {
  flex: none;
  width: 37.4%;
  padding-right: 1rem;
  font-weight: 400;
}

.pj-awards em {
  flex: none;
  width: 12.5%;
  padding-right: 1rem;
  font-style: normal;
}

.pj-awards p {
  border-bottom: 1px solid var(--text);
  margin-bottom: 1.4rem;
  margin-right: -.75rem;
  padding-bottom: .3rem;
  display: flex;
}

.pj-awards.lead-2-sans {
  margin-top: 0;
}

.pj_li {
  line-height: 1em;
  display: inline;
}

.pj_list {
  margin-top: -.1rem;
  line-height: 0;
}

.pj_w720 {
  max-width: 36rem;
}

.pj-img3_2-caption {
  padding-top: .6rem;
}

.pj_w720_2 {
  max-width: 36rem;
}

.grn_span {
  margin-left: -.7em;
  margin-right: .2em;
  display: inline-block;
}

.exp_links-block {
  margin-right: -.75rem;
}

.cookie-block {
  z-index: 1000;
  background-color: var(--bg);
  color: var(--aquamarine);
  flex-direction: column;
  align-items: flex-start;
  width: 23.25rem;
  padding: .75rem;
  display: none;
  position: fixed;
  inset: auto .75rem .75rem auto;
}

.cookie_accept {
  border: 2px solid var(--aquamarine);
  background-color: var(--aquamarine);
  color: var(--text);
  text-align: center;
  min-width: 9rem;
  padding: .3rem 1rem;
}

.cookie-text {
  margin-bottom: 3rem;
}

.cta-light-text {
  max-width: 12rem;
  margin-bottom: 1.3rem;
}

.link-no_decorate {
  color: var(--aquamarine);
  text-decoration: none;
}

.address {
  font-style: normal;
}

.pj-main-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.pj-main-video.v2 {
  width: 100%;
  height: auto;
}

.pj-main-video.v3 {
  width: 100%;
  height: 30rem;
  margin-top: 0;
  margin-bottom: 0;
}

.pj-main-video._40rem {
  height: 40rem;
}

.pj-main-video.v5 {
  height: 35%;
}

.pj-main-video.main {
  margin-top: 0;
}

.pj-main-video.work {
  margin-top: 1.5rem;
}

.pj-main-video.with_bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pj-main-video.mt {
  margin-bottom: 0;
}

.pj-main-video.margin_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.pj-main-video.marg_0-height_100 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pj-main-video.h30 {
  height: 42rem;
}

.pj-main-video.h69, .pj-main-video.h69v {
  height: 27.7rem;
}

.pj-main-video.videofix {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.pj-main-video.videofix.scaled {
  height: auto;
  inset: -1px;
}

.ins-tab-block {
  cursor: pointer;
  margin-bottom: .1rem;
  margin-right: .1rem;
  display: inline-block;
}

.ins-inline {
  display: inline;
}

.html-embed {
  display: inline-block;
}

.border-button-upload {
  border: 2px solid var(--text);
  color: var(--text);
  flex: 0 auto;
  margin-bottom: 0;
  padding: .3em .5em .35em;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.border-button-upload:hover {
  background-color: #7de8af1a;
}

.upload-ic {
  flex: none;
  width: .95em;
  margin-right: .6em;
}

.file-upload {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.uploaded-file {
  color: var(--text);
  border: 2px solid #00524433;
  border-radius: 100vw;
  flex: 0 auto;
  padding: .15em .5em .2em .6em;
  transition: all .2s;
  display: inline-block;
}

.uploaded-file:hover {
  border-color: var(--brown);
  color: var(--brown);
}

.delete-file {
  margin-top: 0;
  margin-left: 1em;
  padding: 0;
}

.uploaded-file-name {
  margin-left: .5em;
  font-size: 1em;
  line-height: 1.5em;
}

.success-state, .uploading-state, .default-state {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hide_dont_delete {
  display: none;
}

.image-or-video-block {
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

.gallery-video {
  width: 100%;
  height: auto;
}

.gallery-video.h100 {
  min-height: 100%;
}

.quote {
  letter-spacing: -.03em;
  background-image: url('https://websitesapi.dataart.com/media/d51aktbf/quote_ic.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 2.6rem;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
  margin-left: -5.6rem;
  padding: 0 0 0 5.6rem;
  font-family: Ppfragment Glare, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
}

.case-row {
  flex-wrap: wrap;
  margin-bottom: -2rem;
  display: flex;
}

.case-row._2 {
  align-items: flex-end;
}

.case-col {
  flex: 1;
  padding-bottom: 2rem;
}

.case-col._2 {
  min-width: 16rem;
}

.case-col._1 {
  padding-right: 1.4rem;
}

.bg-video-fixed-height {
  width: 100%;
  max-width: 100%;
  height: 30.1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
  display: none;
}

.background-video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.lottie-animation {
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.lottie-animation.hero {
  height: 30.1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
  display: none;
}

.lottie-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.frame-881235578 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1410px;
  padding-left: 359px;
  padding-right: 359px;
  display: flex;
}

.mm_phone_ph-h-03-1 {
  object-fit: cover;
}

.web-desktop-caption {
  color: #005244;
  letter-spacing: .01em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
}

.bg-video {
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.bg-video._30rem {
  height: 30rem;
}

.background-video-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.html-embed-2 {
  width: 100%;
  max-width: 100%;
}

.video-with-poster {
  height: 40rem;
  position: relative;
}

.video-with-poster.h25 {
  height: 25rem;
}

.video-with-poster.h25.cs3 {
  margin-left: -.75rem;
}

.video-with-poster.margin_top_bottom {
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}

.video-with-poster.margin_top {
  margin-top: 1.5rem;
}

.video-with-poster.margin_bottom {
  margin-bottom: 1.3rem;
}

.video-with-poster.margin_bottom.mobile_fullwidth.videofix {
  height: auto;
  padding-top: 56.25%;
}

.video-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.default-wf-video-bg {
  z-index: 1;
  background-color: #7de8af1a;
  height: 40rem;
  position: relative;
}

.default-wf-video-bg.v2 {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.default-wf-video-bg.v3 {
  width: 100%;
  height: 30rem;
  margin-top: 0;
  margin-bottom: 0;
}

.default-wf-video-bg._40rem {
  width: 100%;
  height: 40rem;
  margin-top: 0;
  margin-bottom: 0;
}

.default-wf-video-bg.v5 {
  width: 100%;
  height: 35%;
  margin-top: 0;
  margin-bottom: 0;
}

.default-wf-video-bg.main {
  margin-top: 0;
}

.default-wf-video-bg.work {
  margin-top: 1.5rem;
}

.default-wf-video-bg.with_bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.default-wf-video-bg.mt {
  margin-bottom: 0;
}

.default-wf-video-bg.margin_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.default-wf-video-bg.marg_0-height_100 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.showreel-video-block {
  width: 100%;
  height: auto;
  margin-top: 2.25rem;
  margin-bottom: 4.5rem;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.sp-img-4 {
  max-width: 43rem;
}

.sp-img-cont5 {
  height: 27.7rem;
  margin-left: 2.25rem;
  margin-right: -.75rem;
  display: flex;
}

.div-block {
  position: relative;
}

.open-video-btn {
  z-index: 10;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed-3 {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.open-video-btn_vert {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.op60 {
  opacity: .6;
}

.abs-showreel {
  z-index: 10;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-wrapp {
  justify-content: space-between;
  align-items: stretch;
}

.nav-pad-wrapper {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.burger-button {
  background-color: var(--black);
  color: var(--da_background);
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 2.9rem;
  margin: 4px;
  display: flex;
  position: relative;
}

.nav-ico {
  object-fit: cover;
  width: 40px;
  height: 18px;
}

.nav-ico.open {
  opacity: 0;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.nav-buttons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 5px 3px 5px 1px;
  display: flex;
}

.nav-button {
  background-color: var(--body);
  color: var(--da_background);
  -webkit-text-stroke-color: var(--text);
  justify-content: flex-start;
  align-items: center;
  height: 2.9rem;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.nav-button:hover {
  background-color: var(--purple);
}

.nav-button.w--current {
  background-color: var(--da_background);
}

.nav-button.hide {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.nav-text {
  color: var(--black);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.nav-right-link {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 2.9rem;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.nav-right-link.w--current {
  padding-bottom: 10px;
}

.img-form {
  z-index: 99;
  pointer-events: none;
  cursor: auto;
  object-fit: contain;
}

.nav {
  z-index: 99;
  background-color: var(--body);
  justify-content: space-between;
  align-items: stretch;
  height: 62px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 15px 15px auto;
}

.nav.new-nav {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.section-new.main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--body);
  flex-flow: column;
  padding: 152px 15px 107px;
  display: flex;
}

.section-new.main.padding-120px {
  padding-bottom: 120px;
}

.section-new.pre-m-a {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--da_backgorund);
  flex-flow: column;
  padding: 93px 60px 0;
  display: flex;
}

.section-new.post-m-a {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--da_backgorund);
  flex-flow: column;
  padding-top: 280px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-new.pre-m-a-light {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--body);
  flex-flow: column;
  padding: 40px 60px 0;
  display: flex;
}

.section-new._2nd {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--body);
  flex-flow: column;
  padding: 0 15px 120px;
  display: flex;
}

.section-new._2nd.background-pink {
  background-color: var(--body);
  background-image: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-new._2nd.background-green {
  background-image: linear-gradient(180deg, var(--aquamarine), var(--body) 35%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.section-new._2nd.background-pink0 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.h {
  font-family: var(--da-65);
  color: var(--black);
  font-size: var(--132px);
  line-height: var(--138-6px);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.texts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 44%;
  margin-right: 120px;
  display: flex;
  position: relative;
}

.texts-wrapper.margin-105 {
  margin-right: 105px;
}

.texts-wrapper.margin-105.margin-200 {
  width: auto;
  margin-left: 390px;
}

.texts-wrapper.margin-105.pink-style {
  background-color: #f7e3e2;
  padding: 32px;
}

.texts-wrapper.margin-105.pink-style._w-100 {
  width: 100%;
}

.texts-wrapper.margin-105.pink-style._w-100.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.texts-wrapper.margin-105.green-style {
  background-color: #f7e3e2;
  padding: 32px;
}

.texts-wrapper.margin-105.green-style._w-100 {
  background-color: #e9f6ef;
  width: 100%;
}

.texts-wrapper.margin-105.green-style._w-100.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.texts-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pjs-400-21 {
  font-family: var(--da_35);
  color: var(--black);
  font-size: var(--21px);
  line-height: var(--31-5px);
  letter-spacing: 0;
  font-weight: 400;
}

.pjs-400-21.color-white {
  color: var(--black);
}

.pjs-400-21._w-40 {
  width: 40%;
}

.ppf-g-400-40 {
  font-family: var(--da_font);
  color: var(--black);
  font-size: var(--40px);
  line-height: var(--52px);
  letter-spacing: 0;
}

.star-vector {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0% auto auto -25px;
}

.heading-wrapp {
  position: relative;
}

.asterics-vector {
  width: 76px;
  height: 76px;
  position: absolute;
  inset: 40% 44px 40% auto;
}

.info-block-wrapper {
  grid-column-gap: 117px;
  grid-row-gap: 64px;
  color: var(--black);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 20% auto;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.info-block-wrapper.is-flex {
  grid-column-gap: 260px;
  grid-row-gap: 260px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.info-block-wrapper.is-flex.padding-40-105 {
  padding-left: 2.5rem;
  padding-right: 6.5625rem;
  position: relative;
}

.info-block-wrapper.is-flex.padding-40-105.padding-40 {
  grid-column-gap: 260px;
  grid-row-gap: 260px;
  padding-top: 40px;
  position: relative;
}

.info-number-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.number-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 6.45313rem;
  display: flex;
}

.number-wrapp.margin-40 {
  width: 6.45313rem;
  margin-top: 40px;
}

.ppf-s-400-48 {
  font-family: var(--da_font);
  color: var(--black);
  font-size: var(--48px);
  line-height: var(--57-6px);
  flex: none;
}

.ppf-s-400-48.is-green {
  color: var(--black);
  flex: none;
}

.ppf-s-400-48.is-green._65 {
  width: 65%;
}

.ppf-s-400-48.is-white {
  color: var(--body);
}

.ppf-s-400-48.is-white._w-65 {
  z-index: 1;
  width: 65%;
  position: relative;
}

.arrow-vector {
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.link-green {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.link-green.underline {
  color: var(--text);
}

.link-green.align-left {
  align-self: flex-start;
}

.ppf-s-400-32 {
  font-family: var(--da_font);
  color: var(--black);
  font-size: var(--32px);
  line-height: var(--41-6px);
}

.ppf-s-400-32.color-darkgreen {
  color: var(--black);
  max-width: 25.875rem;
}

.ppf-s-400-32.color-darkgreen.max-70 {
  width: 70%;
}

.ppf-s-400-32.color-purple {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.ppf-s-400-32.is-green {
  color: var(--black);
}

.ppf-s-400-32.is-green.align-center {
  text-align: center;
}

.underline-green {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.underline-green.dark-green {
  background-color: var(--text);
}

.div-block-2 {
  background-color: red;
}

.info-texts-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.info-texts-wrapper.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

.info-texts-wrapper.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.ppf-s-400-104 {
  font-family: var(--da-55);
  color: var(--black);
  font-size: var(--104px);
  line-height: var(--109-2px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.ppf-s-400-104.is-green {
  color: var(--black);
  flex-flow: row;
  display: inline-flex;
}

.cards-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.cards-wrapper.display-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: stretch stretch;
  display: grid;
}

.card {
  background-color: var(--da_background);
  color: var(--text);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: auto;
  text-decoration: none;
  display: flex;
}

.card.more-style {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  border: 2px solid var(--da_background);
  background-color: var(--da_background);
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
}

.card._100 {
  background-color: var(--da_background);
  width: 100%;
}

.card-img {
  object-fit: cover;
}

.card-img._w-284 {
  width: 17.75rem;
}

.card-info {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.card-info.max-524 {
  flex: 1;
  max-width: none;
}

.card-info.purple {
  background-color: var(--purple);
  color: var(--text);
  text-decoration: none;
}

.card-logo {
  width: 48px;
  height: 48px;
}

.text-block {
  font-family: var(--ppf-s);
  font-size: var(--32px);
  line-height: var(--41-6px);
}

.card-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pjs-400-20 {
  font-family: var(--pjs);
  color: var(--black);
  font-size: var(--20px);
  line-height: var(--30px);
}

.card-link {
  width: 1.875rem;
  height: 1.875rem;
}

.card-link.absolute {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  inset: 32px 32px 32px auto;
}

.card-info-wrapp {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-imgs-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.card-imgs-grid.b {
  flex: 1;
}

.card-imgs {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.card-more-bar {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.big-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.big-button {
  background-color: var(--white);
  color: var(--text);
  justify-content: space-between;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.ppf-s-400-64 {
  font-family: var(--ppf-s);
  color: var(--black);
  font-size: var(--64px);
  line-height: var(--70-4);
  letter-spacing: -2px;
  font-weight: 400;
}

.ppf-s-400-64.white {
  color: var(--white);
}

.ppf-s-400-64.white.mmax {
  max-width: 51rem;
}

.big-button-wrap {
  flex-flow: column;
  justify-content: space-between;
  max-width: 80%;
  display: flex;
}

.big-arrow-link {
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
}

.big-arrow-link.next-button {
  align-self: center;
  width: 15.0625rem;
  height: 15.0625rem;
}

.small-arrow-link {
  width: 200px;
  height: 200px;
  display: none;
}

.devider {
  background-color: var(--text);
  width: 100%;
  height: 1px;
}

.textblocks-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.textblocks-wrapper.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.textblocks-wrapper.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.textblocks-wrapper.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--da_backgorund);
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.letter-svg {
  object-fit: cover;
  width: 45px;
  height: 45px;
}

.letters-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-blocks.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-blocks.gap-32.margin-28 {
  margin-top: 28px;
}

.text-blocks.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-blocks.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-blocks.gap-24.margin-40 {
  margin-bottom: -40px;
}

.underline {
  text-decoration: underline;
}

.head-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blocks-pink-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.blocks-pink-wrapper.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.a-content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.a-content-block.quote-style {
  background-color: #edf1ef;
  padding: 40px;
}

.a-content-block.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.ax-svg {
  object-fit: cover;
  width: 3.75rem;
  height: 2.875rem;
}

.a-content-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.a-content-wrapp.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.horizontal-card {
  background-color: var(--da_background);
  color: var(--text);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  width: auto;
  text-decoration: none;
  display: flex;
}

.horizontal-card.more-style {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  border: 2px solid var(--purple);
  background-color: var(--text);
  justify-content: space-between;
  padding: 32px;
}

.cards-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.accordions-wrapp {
  flex-flow: column;
  display: flex;
}

.accordion {
  border-bottom: 1px none var(--text);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.ppf-400-64 {
  font-family: Ppfragment Sans, sans-serif;
  font-size: var(--64px);
  line-height: var(--70-4);
}

.accordion-button {
  background-color: var(--text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  display: flex;
}

.accordion-arrow {
  width: 20px;
  height: 20px;
}

.face-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  width: 120px;
  height: 139px;
  position: absolute;
  inset: 0% auto auto -180px;
}

.next-button-wrapp {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.next-text-wrapp {
  color: var(--text);
  text-decoration: none;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.relevant-wrapp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.relevant-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.relevant-category {
  background-color: #00473b0a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.categorys {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrapp-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.wrapp-img._1 {
  margin-top: 120px;
}

.wrapp-img._2 {
  mix-blend-mode: darken;
  position: relative;
}

.wrapp-img.mmax1280 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-us {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--text);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.contact-us.light-green {
  background-color: var(--aquamarine);
  justify-content: space-between;
}

.contact-us.light-green.margim-28 {
  margin-top: 28px;
}

.contact-us.tool-kit {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.image-5 {
  object-fit: cover;
  height: 113%;
  position: absolute;
  inset: -5% 0% -5% auto;
}

.image-5._100 {
  height: 100%;
  top: 0%;
  bottom: 0%;
}

._222 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

._222.gap-80 {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  position: relative;
}

._222.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.list-item-2 {
  padding-left: 5px;
  font-size: 21px;
  list-style-type: decimal;
}

.list-item-3 {
  padding-left: 5px;
  list-style-type: decimal;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: -5px;
  font-size: 21px;
  font-weight: 700;
  list-style-type: decimal;
  display: flex;
}

.list-item-4, .list-item-5, .list-item-6 {
  padding-left: 5px;
}

.contact-us-texts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.nav-content {
  background-color: var(--body);
  padding: 25px 150px 40px 122px;
  position: absolute;
  top: 62px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  background-color: var(--body);
  width: 100%;
  height: 100%;
  padding-top: 25px;
  display: none;
}

.button-points {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 14rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto 10px;
  overflow: hidden;
}

.point {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.point:hover {
  opacity: .6;
}

.point.align-left-center {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

.point._1 {
  margin-top: 25px;
}

.point-ico {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: .1rem;
}

.pjs-400-16 {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: var(--16px);
  line-height: var(--20-8px);
  font-weight: 400;
}

.pjs-400-16.align-center {
  text-align: center;
}

.pjs-400-16.align-center.anim-hide {
  display: none;
}

.pjs-400-16.color-green {
  color: var(--aquamarine);
}

.pjs-400-16.color-green.new-f {
  margin-bottom: 1em;
  font-family: Ppfragment Sans, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
}

.button-point-wrapper {
  flex: none;
  min-width: 170px;
  position: relative;
}

.button-point-wrapper._1 {
  min-width: 140px;
}

.popup-form {
  z-index: 999;
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  background-color: var(--body);
  width: 600px;
  display: flex;
  box-shadow: 0 20px 50px #15052633;
}

.form-img {
  width: 400px;
}

.form-content-wrapp {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 48px 40px 40px;
  display: flex;
  position: relative;
}

.form-block-3 {
  width: 100%;
}

.close-svg {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  opacity: 1;
  color: #000;
  font-family: var(--da_font);
  font-size: 21px;
  line-height: 21px;
  background-color: transparent;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 11px;
}

.form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-bottom-color: var(--text);
}

.form-field::placeholder {
  color: #eee;
}

.submit-button {
  border: 2px solid var(--text);
  opacity: 0;
  color: var(--text);
  font-size: var(--20px);
  line-height: var(--30px);
  background-color: #0000;
  width: 100%;
  height: 48px;
  position: absolute;
}

.policy-check {
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.policy-check.w--redirected-checked {
  border-color: #213773;
  background-color: #213773;
  color: var(--text);
}

.pp-check {
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  margin-bottom: 36px;
  display: flex;
}

.form-button {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.number-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-green);
  flex-flow: row;
  justify-content: space-between;
  padding: 40px;
  transition: all .3s ease-in-out;
  display: flex;
}

.number-block.padding-24 {
  padding: 24px;
}

.number-block.padding-24.no-hover:hover, .number-block.no-hover:hover {
  background-color: var(--light-green);
}

.number-block.back-green {
  background-color: #e9f6ef;
}

.wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.letter-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  width: 45px;
  display: flex;
}

.number-blocks-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.wrapp-blocks {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.texts-blocks-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 46px;
  padding-right: 46px;
  display: grid;
  position: relative;
}

.square {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: 1;
  background-color: var(--light-green);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.square:hover {
  background-color: var(--purple);
}

.image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}

.image-7 {
  position: absolute;
  inset: -16px -16px auto auto;
}

.div-block-6 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.contact-us-mini {
  background-color: var(--aquamarine);
  border-radius: 100px;
  justify-content: space-between;
  margin-left: 46px;
  margin-right: 46px;
  padding-right: 40px;
  display: flex;
}

.contact-us-mini.no-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 16px;
  text-decoration: none;
}

.contact-us-mini.no-margin.hide, .contact-us-mini.no-margin.hide.w--current {
  display: none;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.list-3 {
  padding-left: 0;
}

.ppf-s-400-104-copy {
  font-family: var(--ppf-s);
  color: var(--body);
  font-size: var(--104px);
  line-height: var(--109-2px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.ppf-s-400-104-copy.is-green {
  color: var(--text);
  flex-flow: row;
  display: inline-flex;
}

.illustration-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-8 {
  object-fit: cover;
  height: 260px;
}

.wrappper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.image-9._32x32 {
  object-fit: cover;
  width: 32px;
  height: 32px;
}

.body {
  background-color: var(--text);
}

.div-block-9 {
  font-size: 1.389vw;
}

.css {
  position: fixed;
  inset: 0% 0% auto;
}

.purp {
  background-image: linear-gradient(180deg, var(--da_background), var(--body));
  height: 150vh;
  position: absolute;
  inset: 0% 0% auto;
}

.req-keep {
  flex: 1;
  display: flex;
  position: relative;
}

.req-btn {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  position: absolute;
}

.pjs-500-11 {
  color: var(--text);
  font-size: 11px;
  line-height: 14.3px;
  text-decoration: none;
}

.pjs-500-11.is-absolute {
  display: none;
  position: absolute;
  inset: auto 0% 5px;
}

.ppf-s-21 {
  font-size: 21px;
  line-height: 27.3px;
}

.ppf-s-21.no-line {
  text-decoration: none;
}

.div-block-10 {
  font-size: 1.389vw;
}

.link {
  border-bottom: 1px solid var(--text);
  color: var(--text);
  text-decoration: none;
}

.link:hover {
  border-bottom-style: none;
}

.sub-mom {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button-dub {
  color: #fff;
  font-size: 21px;
  line-height: var(--30px);
  font-family: var(--da_font);
  background-color: #3453ad;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
  transition: .2s ease-in;
}

.submit-button-dub img {
  filter: brightness(0) invert(1);
}

.image-10 {
  width: 20px;
  margin-left: 10px;
}

.accordeon-mom {
  border-bottom: 1px solid var(--text);
  flex-flow: column;
  display: flex;
}

.accorderon-container {
  overflow: hidden;
}

.acc-grid-links {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: 1rem;
  padding-bottom: 2.2rem;
  display: grid;
}

.acc-grid-lcard {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-top: 1rem;
  padding-bottom: 2.2rem;
  display: grid;
}

.pader {
  padding-right: 6rem;
}

.image-11 {
  border-radius: 8px;
  width: 10.25rem;
  position: absolute;
  top: 9.5625rem;
  left: 48rem;
  overflow: hidden;
  box-shadow: 0 4px 8px #042a2433;
}

.image-11._2 {
  width: 8.9375rem;
  top: 5.0625rem;
  left: 53.5625rem;
}

.image-11._3 {
  width: 10.9375rem;
  top: -1rem;
  left: 62.25rem;
}

.image-11._4 {
  z-index: 5;
  width: 8.5625rem;
  top: 7.875rem;
  left: 71rem;
}

.image-11._5 {
  width: 6.5rem;
  top: -6px;
  left: 77.9375rem;
}

.image-11._6 {
  width: 8.8125rem;
  top: 10.625rem;
  left: 78.0625rem;
}

.image-11._1 {
  z-index: 10;
}

.image-12 {
  width: 40rem;
  position: absolute;
  inset: auto 1.6rem -1.8rem auto;
}

.scq {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.scqe {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: -.01em;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .section {
    padding: 4.1rem 1.4rem;
  }

  .section.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .section.main-1s {
    padding-top: 5rem;
    padding-bottom: 3.6rem;
  }

  .section.z2.grn1_pad120 {
    padding-top: 7.7rem;
    padding-bottom: 8.4rem;
  }

  .section.z2.grn1_pad120.ab1 {
    padding-right: 2rem;
  }

  .section.z2.grn2 {
    padding-top: 7.8rem;
    padding-bottom: 9.3rem;
  }

  .section.z2.mt_grn {
    padding-top: 8.3rem;
    padding-bottom: 7.4rem;
  }

  .section.cta-section {
    background-image: url('https://websitesapi.dataart.com/media/jqmjresx/t_cta_bg.jpg');
    background-position: 0 100%;
    height: 25.3rem;
    padding-bottom: 4.8rem;
  }

  .section.cta-section.new {
    aspect-ratio: 768 / 270;
    height: auto;
    padding-bottom: 2.938rem;
    padding-right: 3.313rem;
  }

  .section.cta-sect {
    padding-top: 0;
  }

  .section.cta-sect.green-back {
    padding-top: 5rem;
  }

  .section.footer {
    padding-top: 5.5rem;
  }

  .section.footer.new-footer {
    padding-top: 4rem;
  }

  .section.pjs-1s {
    padding-top: 8.6rem;
  }

  .section.pjs-2s {
    padding-top: 4rem;
  }

  .section.pjs-3s {
    padding-bottom: 10.4rem;
  }

  .section.page-1s {
    padding-top: 8.3rem;
    padding-bottom: 5.5rem;
  }

  .section.page-1s.pad_bottom150 {
    padding-bottom: 13.3rem;
  }

  .section.page-1s.lst {
    padding-bottom: 6.1rem;
  }

  .section.service-page-2s {
    background-size: auto 14.6rem;
    margin-top: 4.9rem;
    padding-top: 10.9rem;
  }

  .section.t_pad120 {
    padding-top: 5.35rem;
    padding-bottom: 5.35rem;
  }

  .section.mt-2s {
    background-size: 66.5% 12rem;
    margin-top: 2.2rem;
    padding-top: 17.1rem;
  }

  .section.about-1s {
    padding-top: 8.3rem;
    padding-bottom: 5.5rem;
  }

  .section.about-2s {
    background-size: 66.5% 12.2rem;
    padding-top: 17.8rem;
  }

  .section.pb150 {
    padding-top: 5.3rem;
    padding-bottom: 10.8rem;
  }

  .section.pb150.pt200 {
    padding-top: 8.4rem;
  }

  .section.ins-1s {
    padding-top: 8.4rem;
    padding-bottom: 1.5rem;
  }

  .section.ins-2s {
    padding-bottom: 8.2rem;
  }

  .section.ins-page-1s {
    padding-top: 8.6rem;
    padding-bottom: 6.3rem;
  }

  .section.lst-2s {
    padding-bottom: 5.35rem;
  }

  .section.data-faq-sect {
    background-size: 98%;
    margin-top: 6.4rem;
    padding-top: 15.1rem;
  }

  .section.pj-awards-sect {
    background-size: 92%;
    margin-top: 0;
    padding-top: 20.7rem;
  }

  .section.pj-1s {
    padding-top: 5.9rem;
    padding-bottom: 8.6rem;
  }

  .section.cta-light-section {
    background-size: 100% 19.7rem;
    min-height: 24.1rem;
    padding-top: 3.8rem;
    padding-bottom: 4.8rem;
    padding-right: 2rem;
  }

  .row.mb60 {
    margin-bottom: 1.9rem;
  }

  .row.t_row_mn1 {
    flex-direction: column;
    padding-left: 32.6%;
  }

  .row.ft.new-footer {
    flex-flow: row;
    justify-content: space-between;
  }

  .row.t_vert {
    flex-direction: column;
  }

  .row.t_sp_vert {
    flex-flow: column;
  }

  .row.ab1 {
    height: 0;
    margin-bottom: 0;
  }

  .row.ab2 {
    flex-direction: column-reverse;
    padding-left: 32.6%;
  }

  .row.ab3 {
    margin-bottom: 3.7rem;
  }

  .row.ab4 {
    flex-direction: column;
    padding-left: 32.6%;
  }

  .row.ins1 {
    flex-direction: column;
  }

  .row.pj1 {
    flex-direction: column;
    padding-left: 22.6rem;
  }

  .row.mn1 {
    margin-top: 1.9rem;
  }

  .col.c_33 {
    width: 10%;
  }

  .col.c_33.pad_r_1.t_mn4 {
    flex-direction: column-reverse;
    flex: 0 auto;
    order: 2;
    width: auto;
  }

  .col.c_33.ft1 {
    padding-left: 1.5rem;
  }

  .col.c_33.ft1.new-footer {
    padding-left: 0;
  }

  .col.c_33.t_hide {
    display: none;
  }

  .col.c_33.t_mn2 {
    width: auto;
  }

  .col.c_33.t_mn7 {
    flex-direction: row;
    width: 100%;
  }

  .col.c_33.pad_l_3 {
    flex-direction: column-reverse;
    width: 50vw;
    padding-top: 2.5rem;
    padding-left: 0;
  }

  .col.c_33.pad-_r3.t_fullw {
    width: 100%;
    padding-right: 0;
  }

  .col.c_33.t_sp1 {
    width: 85%;
  }

  .col.c_33.t_sp3 {
    width: 58.8rem;
  }

  .col.c_33.t_fullw, .col.c_33.t_ab1 {
    width: 100%;
  }

  .col.c_33.t_ab2 {
    width: auto;
    margin-left: -6rem;
    padding-bottom: 10.3rem;
  }

  .col.c_33.t_ab3, .col.c_33.t_ab4 {
    width: 15%;
  }

  .col.c_33._404 {
    width: 41%;
  }

  .col.c_33.ins1 {
    background-image: url('https://websitesapi.dataart.com/media/j2jhknw0/t_ins_img1.png');
    background-size: 17.2rem;
    align-self: flex-end;
    width: 100%;
    margin-bottom: 4rem;
    padding-bottom: 0;
    padding-left: 32.6%;
    padding-right: 0;
  }

  .col.c_33.t_dt1 {
    width: 41%;
  }

  .col.c_33.t_dt2 {
    width: 15.4%;
  }

  .col.c_33.dt3 {
    padding-right: 5.7rem;
  }

  .col.c_33.pj_3 {
    width: 50%;
    padding-right: 5.9rem;
  }

  .col.c_33.pj-c1 {
    width: 41.5%;
  }

  .col.c_33.t_pj2, .col.c_33.t_pj2_2 {
    width: 15%;
  }

  .col.c_33.pj-c2 {
    width: 41.5%;
  }

  .col.c_66.t_mn3 {
    flex: 1;
    order: 1;
    width: auto;
    margin-right: -1.4rem;
    padding-bottom: 1rem;
  }

  .col.c_66.t_cs1 {
    width: 100%;
  }

  .col.pad_r_1.t_mn1 {
    flex: 0 auto;
    width: 32.6%;
  }

  .col.pad_r_1.t_mn1.nc1 {
    width: 100%;
  }

  .col.pad_r_120.t_mn6 {
    flex: 0 auto;
    width: 67%;
    padding-bottom: 1.4rem;
    padding-right: 0;
  }

  .col.ft2 {
    padding-right: 0;
  }

  .col.t_mn5 {
    order: 3;
  }

  .col.c_50.pad_r_1.t_cs2 {
    order: 1;
    width: 43%;
    padding-left: 1.1rem;
    padding-right: 0;
  }

  .col.c_50.pad_r_1.t_width1 {
    padding-right: 0;
  }

  .col.c_50.t_hide {
    display: none;
  }

  .col.c_50.t_width1 {
    flex: 1;
  }

  .col.c_50.tw2 {
    width: 43%;
    padding-left: 1.5rem;
  }

  .col.pad_l_120 {
    padding-left: 22.6rem;
  }

  .col.sp1 {
    padding-right: 0;
  }

  .col.sp1.t_c50 {
    width: 43.5%;
    padding-right: 1.3rem;
  }

  .col.c_16 {
    width: 15%;
  }

  .col.c_16.t_hide {
    display: none;
  }

  .col.c_16.t_dt2 {
    width: 15.6%;
  }

  .col.c_16.t_c33 {
    width: 33%;
  }

  .col.sp2 {
    flex: 0 auto;
    order: -1;
    width: 100%;
    margin-bottom: 3.8rem;
    margin-left: -1.7rem;
  }

  .col.t_sp6 {
    padding-right: 5rem;
  }

  .col.pj-col2 {
    width: 100%;
    padding-right: 0;
  }

  .col.pj1_2 {
    order: -1;
    margin-left: -24rem;
  }

  .logo {
    width: 4.8rem;
  }

  .menu-row {
    justify-content: center;
    align-items: center;
  }

  .navlink {
    margin-right: 1.9rem;
    font-size: 1.5rem;
  }

  .heading-4 {
    font-size: 4.5rem;
  }

  .heading-4.sp1 {
    font-size: 3.38rem;
  }

  .heading-4.t_lead-1-sans {
    font-size: 3.28rem;
  }

  .mn-img-cont {
    margin-left: -1.4rem;
  }

  .img.sp_step_img1 {
    height: 16.2rem;
    margin-bottom: 1.3rem;
  }

  .img.sp_step_img2 {
    height: 16.2rem;
  }

  .heading-2 {
    font-size: 5.9rem;
  }

  .heading-2.t_mb {
    margin-bottom: 2rem;
  }

  .heading-2.mb60 {
    margin-bottom: 7.6rem;
  }

  .heading-2.mt0._404 {
    margin-top: .1em;
  }

  .heading-2._404 {
    margin-bottom: .1em;
    font-size: 5.3rem;
  }

  .heading-2._404._404_bottom {
    margin-bottom: .5em;
  }

  .heading-2.small {
    font-size: 4.2rem;
  }

  .w420 {
    max-width: 34.3rem;
    padding-top: .8rem;
  }

  .lead-3 {
    font-size: 1.9rem;
  }

  .lead-3.mb {
    margin-bottom: 2rem;
  }

  .pj-info-row.pt30 {
    padding-top: 2.2rem;
  }

  .pj-info-row.pt30.m_mn2.t_last {
    order: -1;
  }

  .pj-info-col {
    width: 11.9rem;
    padding-right: 1.6rem;
  }

  .caption {
    font-size: 1.05rem;
  }

  .caption.mb30.new-footer {
    font-size: .688rem;
    line-height: .963em;
  }

  .caption.mb50 {
    margin-bottom: 3.1rem;
  }

  .caption.mb50.new-footer {
    margin-bottom: 0;
  }

  .caption.form-caption {
    margin-top: 1rem;
  }

  .caption.mt {
    margin-top: 1.2rem;
  }

  .caption.pj-mb {
    margin-bottom: .5rem;
  }

  .caption.mb25 {
    margin-bottom: 1.3rem;
  }

  .caption.mb25.new-footer, .caption.new-footer {
    font-size: .688rem;
    line-height: .963rem;
  }

  .client-row, .client-row.sp {
    padding-top: 1.8rem;
  }

  .client-photo {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.4rem;
  }

  .client-photo.sp {
    width: 2.3rem;
    height: 2.3rem;
  }

  .client-photo.lst {
    width: 3.1rem;
    height: 3.1rem;
  }

  .client-photo.ins {
    width: 3.6rem;
    height: 3.6rem;
  }

  .footnote {
    font-size: 1.05rem;
    line-height: 1.4em;
  }

  .footnote.clr {
    line-height: 2.3em;
  }

  .footnote.t_body2 {
    font-size: 1.27rem;
    line-height: 1.3em;
  }

  .footnote.t_body2.sp_li {
    margin-bottom: 1.6rem;
  }

  .footnote.mb_1rem {
    margin-bottom: 1.3rem;
  }

  .footnote.mb60 {
    margin-bottom: 3.5rem;
  }

  .footnote.met1 {
    max-width: 13rem;
  }

  .footnote.t_mt1 {
    font-size: 1.5rem;
  }

  .footnote.ab1 {
    letter-spacing: -.03em;
    max-width: 100%;
    font-family: Ppfragment Glare, sans-serif;
    font-size: 1.88rem;
    font-weight: 400;
    line-height: 1.3em;
  }

  .footnote.ab2 {
    max-width: 14rem;
  }

  .footnote.t_body {
    font-size: 1.49rem;
    line-height: 1.5em;
  }

  .footnote.ct {
    margin-bottom: 1.2rem;
  }

  .footnote.ins {
    height: 0;
    margin-bottom: 0;
  }

  .footnote.pj1 {
    font-size: 1.49rem;
    line-height: 1.5em;
  }

  .w284 {
    width: 23.8rem;
    padding-top: 1.6rem;
  }

  .w284.t_pt0 {
    padding-top: 0;
  }

  .pj-image-h500 {
    height: 28.2rem;
  }

  .pj-image-h500.mt {
    margin-top: 1.1rem;
  }

  .pj-image-h500.cs3 {
    margin-left: -1.4rem;
  }

  .pj-image-h500.cs1 {
    margin-right: -1.4rem;
  }

  .pj-image-h500.cs2 {
    margin-left: -1.4rem;
  }

  .v_col.t_hide {
    display: none;
  }

  .w480 {
    max-width: 34rem;
  }

  .w480.pt1 {
    padding-top: 3.5rem;
  }

  .w480.cs_pt1 {
    padding-top: 6.3rem;
  }

  .grn-row {
    padding-bottom: 7.5rem;
    display: block;
  }

  .grn-col._2 {
    width: 41rem;
    margin-left: 0;
    padding-top: 3.4rem;
  }

  .lead-1-sans {
    font-size: 3.28rem;
    line-height: 1.1em;
  }

  .lead-1-sans.mb60 {
    margin-bottom: 2.9rem;
  }

  .lead-1-sans.mt1 {
    display: block;
    position: static;
  }

  .lead-1-sans.mt2 {
    margin-top: 0;
    margin-bottom: 6.7rem;
    font-size: 2.5rem;
    line-height: 1.4em;
  }

  .lead-1-sans.mt3 {
    margin-top: -.1em;
    font-size: 2.52rem;
    line-height: 1.4em;
  }

  .lead-1-sans.ab1 {
    margin-top: 0;
    font-size: 2.52rem;
    line-height: 1.3em;
  }

  .lead-1-sans.grad, .lead-1-sans.grad2, .lead-1-sans.grad3 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .lead-1-sans.mb45 {
    margin-bottom: 3rem;
  }

  .lead-1-sans.t_lead-2-sans {
    font-size: 2.53rem;
    line-height: 1.4em;
  }

  .lead-1-sans.t_lead-2-sans.mb45 {
    margin-bottom: 2.7rem;
  }

  .lead-1-sans.dt-mb60 {
    margin-bottom: 5rem;
  }

  .lead-1-sans.pj1 {
    margin-bottom: 3.2rem;
    font-size: 2.52rem;
    line-height: 1.3em;
  }

  .lead-1-sans.pj_mb45 {
    margin-bottom: 3.3rem;
  }

  .arrow-link.footnote {
    font-size: 1.5rem;
  }

  .arrow-link.lead-2-sans {
    font-size: 1.95rem;
  }

  .lead-2-sans {
    font-size: 2.6rem;
  }

  .lead-2-sans.mn1 {
    max-width: 100%;
    margin-bottom: 1.8rem;
    font-size: 1.55rem;
  }

  .lead-2-sans.sp1 {
    margin-bottom: 1.7rem;
    font-size: 2.6rem;
  }

  .lead-2-sans.sp1.t_mb0 {
    margin-bottom: 0;
  }

  .lead-2-sans.mb20 {
    margin-bottom: 1rem;
  }

  .lead-2-sans.mb30_2 {
    margin-bottom: 1.7rem;
  }

  .lead-2-sans.award-text {
    font-size: 1.88rem;
  }

  .lead-2-sans.ind1 {
    margin-bottom: 2.9rem;
  }

  .lead-2-sans.mt1 {
    font-size: 1.9rem;
  }

  .lead-2-sans.t_lead-3-sans {
    font-size: 1.88rem;
  }

  .b_green_list {
    margin-left: -6rem;
    margin-right: 0;
  }

  .list-item {
    width: 100%;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .list-item._2, .list-item._3 {
    width: 100%;
  }

  .list-col._1 {
    width: 6rem;
    padding-top: .3rem;
  }

  .lead-2 {
    font-size: 2.58rem;
  }

  .lead-2.mn_insigths {
    margin-bottom: 1.9rem;
    font-size: 1.88rem;
  }

  .lead-2.sp1 {
    font-size: 1.88rem;
  }

  .lead-2.ab1 {
    margin-bottom: 1.8rem;
  }

  .marquee {
    padding-top: 3.6rem;
    padding-bottom: 2.9rem;
  }

  .client-logo {
    height: 2.7rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .row2 {
    display: block;
  }

  .row2._1 {
    display: flex;
  }

  .col2._1 {
    width: auto;
    padding-bottom: 3.6rem;
  }

  .col2._1.t_hide {
    display: none;
  }

  .insights-block {
    margin-bottom: 1.1rem;
  }

  .insights-col.c_img {
    width: 46.7rem;
    margin-left: 3.7rem;
  }

  .insights-col.c_img.sp {
    width: 46.7rem;
  }

  .insights-image {
    height: 24.7rem;
    margin-right: 0;
  }

  .insights-image.sp {
    height: 24.5rem;
  }

  .delimiter {
    margin-left: .6rem;
    margin-right: .6rem;
  }

  .insights-list.sp {
    padding-top: 3.9rem;
  }

  .cta-text-block.gap-40 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .cta-btn-text.light {
    font-size: 5.3rem;
  }

  .cta-btn-text.footer {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .cta-btn-text.footer.new-f {
    font-size: 3.5rem;
    line-height: 100%;
  }

  .light-green-link.footer_link {
    line-height: 1.5em;
  }

  .light-green-link.footer_link.new-footer {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .light-green-link.footer_link.new-footer.new-f {
    font-size: 1rem;
    line-height: 2rem;
  }

  .light-green-link.underline_on_hover.line_1px {
    display: none;
  }

  .ft-logo {
    width: 12.1rem;
    margin-top: 1.7rem;
  }

  .ft-logo.new-foote, .ft-logo.new-foote.w--current {
    width: 8rem;
  }

  .ft-col {
    width: 10.6rem;
  }

  .ft-col.new, .ft-col.new-footer {
    width: 7rem;
  }

  .ft-row2 {
    padding-top: 3.7rem;
  }

  .ft-row2.new-footer {
    padding-top: 2.813rem;
  }

  .ft-col2._1 {
    width: 52%;
  }

  .ft-col2._1.new {
    width: 77%;
  }

  .t_mn7-col {
    flex: 1;
  }

  .t_mn7-col._1 {
    flex: 0 auto;
    width: 50%;
    padding-right: 3rem;
  }

  .insigths-m_row._1 {
    padding-top: 1.9rem;
  }

  .filters-col._1 {
    padding-right: 2rem;
  }

  .open-filters {
    margin-top: -.7rem;
    padding: .7rem 1rem;
  }

  .projects_list {
    margin-bottom: -8.2rem;
  }

  .checkbox-field {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .checkbox {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1.6rem;
  }

  .checkbox-label {
    font-size: 1.5rem;
  }

  .pj-collection-item {
    padding-bottom: 8.3rem;
  }

  .pj-v_row1 {
    flex-direction: column-reverse;
  }

  .pj-v_col1 {
    flex-direction: column-reverse;
    margin-right: 0;
    padding-top: 2.3rem;
  }

  .pj-small-img {
    align-self: flex-end;
    height: 14.2rem;
    margin-right: -1.4rem;
  }

  .more-row {
    margin: 3.8rem -2.9rem -2.2rem -1.4rem;
  }

  .more-col {
    width: 50%;
    padding-bottom: 2.2rem;
    padding-right: 1.5rem;
  }

  .more-img {
    height: 18.8rem;
    margin-bottom: 2.4rem;
  }

  .more-text-cont {
    padding-left: 1.4rem;
  }

  .w298 {
    max-width: 28.4rem;
  }

  .flt-top {
    padding: 1.3rem;
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .flt-center {
    padding: 8.2rem 1.3rem 1.3rem;
  }

  .flt-bottom {
    padding: 2rem 1.3rem 1.5rem;
  }

  .flt-close-lb {
    width: 1.6rem;
  }

  .flt-block {
    padding-top: 2.4rem;
  }

  .lead-3-sans {
    font-size: 1.88rem;
  }

  .lead-3-sans.mb24 {
    margin-bottom: 1.5rem;
  }

  .lead-3-sans.sp1 {
    font-size: 1.15rem;
  }

  .lead-3-sans.ab1 {
    letter-spacing: -.01em;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.53rem;
    line-height: 1.5em;
  }

  .lead-3-sans.dt1 {
    font-size: 1.15rem;
  }

  .lead-3-sans.sp2 {
    font-size: 1.58rem;
  }

  .border-button {
    min-width: 16.1rem;
    padding: 1.2rem 2.3rem;
    font-size: 1.4rem;
  }

  .filters-lb-block {
    width: 36rem;
  }

  .t_block {
    display: block;
  }

  .dm_block {
    display: none;
  }

  .t_more-text-cont {
    padding-left: 1.4rem;
  }

  .heading-3 {
    font-size: 4.5rem;
  }

  .heading-3.mb60, .heading-3.ind1 {
    margin-bottom: 3rem;
  }

  .heading-3.t_heading1 {
    letter-spacing: -.05em;
    font-size: 6rem;
  }

  .heading-3.mb120 {
    margin-bottom: 10rem;
  }

  .sp-img-cont {
    margin-left: -1.4rem;
  }

  .w720 {
    max-width: 42.8rem;
  }

  .w720.t_sp1 {
    max-width: 39rem;
  }

  .w720.t_sp2, .w720.t_sp3, .w720.t_ip1 {
    max-width: 100%;
  }

  .w720.t_ip2 {
    max-width: 41.9rem;
  }

  .w720.t_ip3 {
    max-width: 36rem;
  }

  .w720.t_fullw {
    max-width: 100%;
  }

  .w720.art {
    max-width: 42.2rem;
  }

  .w720.t_dt1 {
    max-width: 35.7rem;
  }

  .sp-row1 {
    padding-top: 2rem;
    display: block;
  }

  .sp-col1 {
    width: auto;
    padding-right: 0;
  }

  .text-mb-60 {
    margin-bottom: 4.5rem;
  }

  .sp-img-cont2 {
    height: 33.8rem;
    margin-bottom: 5rem;
    margin-left: -1.4rem;
  }

  .sp-img-cont2.h-auto {
    height: auto;
  }

  .sp-row2 {
    margin-bottom: .9rem;
  }

  .sp-col2 {
    width: 50%;
    padding-bottom: 3.7rem;
  }

  .sp-ic1 {
    height: 12.1rem;
    margin-bottom: 2.1rem;
  }

  .sp-ic1-text {
    max-width: 63%;
  }

  .sp-ic1-text._2 {
    max-width: 92%;
  }

  .w840 {
    max-width: 36rem;
  }

  .process-block1 {
    width: auto;
    margin-left: 1.3rem;
    padding-left: 3.5rem;
  }

  .process-block1.t_sp1 {
    display: flex;
  }

  .sp-img-3 {
    max-width: 60.4rem;
  }

  .block-mb60 {
    padding-bottom: 4.4rem;
  }

  .block-mb60.t_mb0 {
    padding-bottom: 0;
  }

  .block-mb60.ip1 {
    padding-bottom: 7.7rem;
  }

  .sp-img-cont3 {
    flex: none;
    width: 51.8%;
    margin-left: 5.8rem;
    margin-right: -1.4rem;
  }

  .list {
    margin-bottom: -1.6rem;
  }

  .list.square {
    margin-bottom: -1.8rem;
  }

  .sp-img-cont4 {
    width: 60.2rem;
    max-width: 100%;
    margin-bottom: 3.5rem;
    margin-left: -1.4rem;
    margin-right: 0;
  }

  .sp-row3 {
    margin-bottom: -3.5rem;
    margin-right: -1rem;
  }

  .sp-col3 {
    padding-bottom: 3.5rem;
    padding-right: 4rem;
  }

  .sp-col3.sv1 {
    width: 50%;
  }

  .sp-col3.sv2 {
    width: 50%;
    padding-right: 4rem;
  }

  .link-list {
    line-height: 1.7em;
  }

  .link-list.d_margin_bottom {
    margin-bottom: .6rem;
  }

  .sp-list-item {
    margin-left: -6.1rem;
    padding-bottom: .4rem;
    padding-left: 6.1rem;
  }

  .block-mb60_2 {
    padding-bottom: 4.6rem;
  }

  .sp-step-block {
    margin-left: -3rem;
    padding-left: 3rem;
  }

  .sp-step-block.t_mt1 {
    margin-left: -6rem;
    padding-left: 6rem;
  }

  .sp-row4 {
    margin-bottom: -2.9rem;
  }

  .sp-row4.mt1 {
    margin-bottom: -1.8rem;
  }

  .sp-col4 {
    padding-bottom: 2.9rem;
  }

  .sp-col4.mt1 {
    width: 100%;
    padding-bottom: 1.8rem;
  }

  .sp-col4.dt {
    padding-right: 5.4rem;
  }

  .w_12rem {
    max-width: 21rem;
    margin-bottom: 1.8rem;
  }

  .awards-list {
    flex-direction: column;
    margin-bottom: -2.3rem;
    padding-left: 10.5rem;
    display: flex;
  }

  .awards-list.ab {
    padding-left: 0;
  }

  .award-row {
    margin-bottom: 2.7rem;
    margin-right: -1.4rem;
    padding-bottom: .8rem;
  }

  .award-col._1 {
    width: 40%;
  }

  .award-col._2 {
    width: 10%;
  }

  .dd-list {
    margin-bottom: -2.8rem;
  }

  .faq-dd {
    margin-bottom: 2.8rem;
  }

  .faq-dd.w_ic {
    margin-bottom: 3.4rem;
  }

  .dd-ic {
    width: 3rem;
    margin-top: .2rem;
  }

  .dd-text-block {
    max-width: 42.8rem;
    padding-top: 1.6rem;
  }

  .dd-text-block.pb {
    padding-top: 2.1rem;
  }

  .clients-reviews-list {
    margin-bottom: -5.2rem;
  }

  .sp-client-rebiew {
    padding-bottom: 5.2rem;
  }

  .sp-clients-row {
    flex-wrap: wrap;
    margin-bottom: -2.5rem;
    padding-top: 4rem;
  }

  .sp-clients-row.cp {
    margin-right: -2rem;
    padding-top: 0;
  }

  .sp-clients-col {
    width: 33.3%;
    padding-bottom: 2.5rem;
  }

  .sp-clients-col.cp {
    width: 25%;
  }

  .sp-client-logo {
    height: 2.65rem;
  }

  .w960 {
    max-width: 54rem;
  }

  .sp-block2 {
    padding-top: 3.9rem;
    padding-left: 22.3rem;
  }

  .green-link.full_w {
    border-bottom-style: none;
  }

  .t_sp1-col._1 {
    flex: none;
    width: 55.5%;
    padding-right: 7rem;
  }

  .block-mb60_3 {
    padding-bottom: 5.1rem;
  }

  .t_sp_row {
    padding-top: 1.3rem;
    display: flex;
  }

  .t_sp2-col._1 {
    flex: none;
    width: 46.6%;
    padding-right: 5.8rem;
  }

  .t_sp2-col._2 {
    max-width: 24rem;
  }

  .t_sp_row2 {
    padding-bottom: 3.6rem;
    display: flex;
  }

  .t_sp_row2._2 {
    padding-bottom: 0;
  }

  .t_sp3-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .t_sp-text1 {
    margin-bottom: .4rem;
  }

  .cp_block1 {
    max-width: 100%;
  }

  .cp-img-cont {
    width: 21.7rem;
    margin-top: -3.9rem;
    margin-left: -1.4rem;
  }

  .toolbox-row {
    margin-bottom: -2.6rem;
  }

  .toolbox-col {
    padding-bottom: 2.8rem;
    padding-right: 2rem;
  }

  .cp-tool {
    height: 5.3rem;
  }

  .cp-row1 {
    flex-wrap: wrap;
    margin-bottom: -2.1rem;
  }

  .cp-col1 {
    padding-bottom: 2.1rem;
  }

  .cp-col1._3 {
    width: 100%;
  }

  .cp-col1._1 {
    width: 51%;
  }

  .cp-col1.m_mb0.ind_2 {
    padding-right: 2rem;
  }

  .ind-img-cont {
    width: 18rem;
    margin-top: 1.2rem;
    margin-left: -1.4rem;
  }

  .ip-ic1 {
    width: 4.6rem;
    margin-right: 6rem;
  }

  .ip-col1 {
    max-width: 46rem;
  }

  .ip-row2 {
    max-width: 100%;
    padding-top: 3.4rem;
    padding-left: 17.6rem;
    padding-right: 7.5rem;
    display: block;
  }

  .ip-col2 {
    width: auto;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .ip-block2 {
    width: auto;
    margin-left: 1.3rem;
    padding-left: 3.5rem;
  }

  .t_ip-block3 {
    max-width: 11rem;
  }

  .main-video {
    height: 22.8rem;
  }

  .w854 {
    max-width: 100%;
  }

  .dd-img {
    height: 6.1rem;
    margin-top: -.9rem;
    margin-right: 6rem;
  }

  .mt-row1 {
    margin-right: 0;
    padding-top: 2.2rem;
  }

  .mt-row1.head {
    margin-bottom: -.5rem;
    padding-bottom: 0;
  }

  .mt-col1 {
    padding-right: .8rem;
  }

  .mt-col1._1 {
    width: 18.1rem;
    margin-left: -18.1rem;
  }

  .block-mb45 {
    padding-bottom: 1.7rem;
  }

  .li-mb30 {
    padding-bottom: 1.8rem;
  }

  .mt-list {
    margin-bottom: -2.9rem;
  }

  .mt-li {
    padding-bottom: 2.9rem;
    padding-left: 1.4rem;
  }

  .mt-li-num {
    width: 3.2rem;
  }

  .mt-text-block1 {
    width: 26rem;
    max-width: 100%;
    margin-left: 0;
    display: block;
    position: static;
  }

  .text_up {
    margin-top: -.1em;
  }

  .mt-w420 {
    max-width: 41.7rem;
  }

  .block-mb45_2 {
    padding-bottom: 3rem;
  }

  .ab-logo-block {
    align-self: stretch;
    margin-top: 3.3rem;
    position: relative;
  }

  .ab_ettyq {
    width: 100%;
  }

  .ab_ettyq_text {
    letter-spacing: -.03em;
    margin-left: 0;
    margin-right: .6rem;
    font-family: Ppfragment Glare, sans-serif;
    font-size: 1.88rem;
    position: absolute;
    top: 14%;
    bottom: auto;
    left: -6rem;
  }

  .dd-num {
    left: -6rem;
  }

  .about-img2-cont {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    padding-bottom: 3.9rem;
  }

  .ab-row1 {
    max-width: none;
    margin-right: -1.4rem;
  }

  .v_col-ab {
    padding-top: 1.6rem;
  }

  .ab-li {
    max-width: 100%;
    padding-top: 1.6rem;
  }

  .ab-li-num {
    width: 4.5rem;
  }

  .grn-col2._1 {
    width: 100%;
    padding-bottom: 4.4rem;
    padding-right: 11rem;
  }

  .grn-col2._2 {
    width: 37.5%;
  }

  .grn-col2._3 {
    width: 62.5%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 6rem;
  }

  .ab-row2 {
    justify-content: flex-end;
    margin-right: -1.4rem;
  }

  .ab-col2 {
    padding-left: 6rem;
  }

  .ab-col2._1 {
    width: 49%;
    padding-left: 4.6rem;
    padding-right: 0;
  }

  .ab-img3 {
    height: 20.8rem;
  }

  .ab-row3 {
    padding-top: 1rem;
    padding-right: 1.4rem;
  }

  .ab-img3-cont._2 {
    margin-right: 0;
  }

  .ab-img4-cont {
    margin-right: -1.4rem;
  }

  .ct-img-cont {
    width: 94%;
  }

  .checkboxes-list {
    margin-right: -2.9rem;
  }

  .checkboxes-li {
    padding-right: 2.9rem;
  }

  .text-field {
    height: 3.5rem;
    padding-bottom: .7rem;
    font-size: 1.5rem;
  }

  .form-field-block {
    padding-bottom: 3.8rem;
  }

  .form-row {
    margin-right: 0;
  }

  .form-col {
    width: 100%;
    padding-right: 0;
  }

  .border-button-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .form-btn-arrow {
    margin-right: 1.7rem;
    font-size: 2.6rem;
  }

  .article h2 {
    margin-top: 7.2rem;
    margin-bottom: 3rem;
    font-size: 2.57rem;
  }

  .article h3 {
    margin-top: 3.2rem;
    margin-bottom: .8rem;
    font-size: 1.9rem;
  }

  .article ul {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }

  .article li {
    padding-bottom: 1.5rem;
  }

  .article ol {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }

  .art-row {
    padding-top: 2.4rem;
    padding-bottom: .2rem;
  }

  .art-col {
    flex: 1;
  }

  .art-col._2 {
    flex: 0 auto;
    width: 12rem;
  }

  .article-table.mb90 {
    margin-bottom: 7.8rem;
  }

  .article-table.mb45 {
    margin-bottom: 3.8rem;
  }

  .ins-image {
    min-height: 36.5rem;
  }

  .insights-tags-row {
    padding-bottom: 2.4rem;
  }

  .insights-tags-col {
    padding-bottom: .3rem;
    padding-right: .35rem;
  }

  .radio-button-field {
    padding: .65rem .9rem .7rem;
  }

  .ins-page-image {
    height: 38.1rem;
    margin: 2.7rem -1.4rem 7.7rem;
  }

  .insight-article h2 {
    margin-top: 10.2rem;
    margin-bottom: 3rem;
    font-size: 3.3rem;
  }

  .insight-article h3 {
    margin-top: 3.2rem;
    margin-bottom: .8rem;
    font-size: 1.9rem;
  }

  .insight-article ul, .insight-article ol {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }

  .insight-article figcaption {
    margin-top: 1.2rem;
    font-size: 1.05rem;
  }

  .insight-article figure {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .insight-article blockquote {
    background-position: 0 4px;
    background-size: 4.3rem;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    margin-left: -6rem;
    padding-left: 6rem;
    font-size: 1.9rem;
  }

  .insight-article h6 {
    letter-spacing: -.04em;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    margin-left: -12.1rem;
    font-size: 2.58rem;
    left: 0;
  }

  .insight-article.mt {
    margin-top: 4.5rem;
  }

  .ins_slider-cont {
    width: auto;
    margin-left: -22.5rem;
    margin-right: -3.8rem;
    padding-left: 10.7rem;
    padding-right: 10.7rem;
    left: 0;
  }

  .slider-arrow {
    font-size: 4.8rem;
  }

  .ins-slide-img {
    height: 31.4rem;
  }

  .slider-block {
    margin-top: 4.5rem;
  }

  .images-row {
    margin-left: -24rem;
    margin-right: -5.2rem;
  }

  .images-col {
    padding-right: 1.4rem;
  }

  .ins-article-image {
    height: 23.1rem;
  }

  .images-row-block {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .list-img1-cont {
    width: 98%;
    margin-top: 2.6rem;
    margin-left: -1.4rem;
  }

  .lst-block1 {
    max-width: 100%;
    margin-right: 2rem;
  }

  .lst-block1._2 {
    max-width: 100%;
    margin-right: 3.1rem;
  }

  .lst-block2 {
    padding-top: 8.3rem;
  }

  .lst-block2.pt {
    margin-top: -3rem;
  }

  .lst-quote-block {
    max-width: 100%;
  }

  .data-row1 {
    margin-bottom: -1.4rem;
    margin-right: -1.4rem;
    display: block;
  }

  .data-col1 {
    width: 100%;
    padding-bottom: 1.4rem;
    padding-right: 0;
  }

  .data-green-card {
    flex-direction: row;
    min-height: 18.1rem;
  }

  .data-text-block {
    padding: .9rem 1.5rem 1.5rem 1.4rem;
    position: relative;
  }

  .data-quote-ic {
    height: 4.4rem;
    position: absolute;
    inset: 1.4rem 1.4rem auto auto;
  }

  .data-quote-v_col.maxw {
    max-width: 50%;
    margin-right: 0;
  }

  .data-card-img-block {
    order: 1;
    align-self: stretch;
    width: 50%;
    height: auto;
    padding-top: 1.5rem;
    padding-left: 1.3rem;
  }

  .data-num1 {
    top: .4rem;
    left: -7.4rem;
  }

  .data-row2 {
    margin-bottom: 1.6rem;
  }

  .data-col2 {
    width: 100%;
    padding-bottom: 1.4rem;
    padding-right: 0;
  }

  .data-col2._2 {
    width: 100%;
  }

  .data-row3 {
    margin-bottom: -4.3rem;
    display: block;
  }

  .data-col3 {
    width: auto;
    padding-bottom: 4.3rem;
  }

  .data-col3._2 {
    padding-right: 2rem;
  }

  .data-row4 {
    flex-direction: column;
    margin-bottom: -4.6rem;
    padding-top: 7.8rem;
    padding-bottom: 0;
  }

  .data-row4.t_reverse {
    flex-direction: column-reverse;
  }

  .data-col4 {
    width: auto;
    padding-bottom: 5.3rem;
    padding-left: 22.6rem;
  }

  .data-col4.pl_60 {
    padding-left: 22.6rem;
  }

  .data-col4.c_72 {
    width: 100%;
  }

  .data-col4.t_pl0 {
    padding-left: 0;
  }

  .data-img-block {
    margin-left: 0;
    margin-right: -1.4rem;
  }

  .data-img-block.right {
    align-self: flex-start;
    max-width: 87%;
    margin-left: -1.4rem;
    margin-right: 0;
  }

  .data-img-block.right.t_maxw {
    max-width: 69%;
  }

  .data-img-col._2 {
    width: 28%;
    margin-left: 1.4rem;
  }

  .data-img-col._3 {
    margin-right: 1.4rem;
  }

  .data-w420 {
    max-width: 39rem;
  }

  .data-v_col {
    padding-bottom: 5.1rem;
  }

  .data-w480 {
    max-width: 42.3rem;
  }

  .data-block2 {
    align-self: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .data-w360 {
    max-width: 42.3rem;
  }

  .block-mb120 {
    padding-bottom: 10.1rem;
  }

  .data-img-cont1 {
    width: 18rem;
    margin-top: .9rem;
    margin-left: -1.4rem;
  }

  .data-text-block2 {
    max-width: 58vw;
  }

  .data-text-block3 {
    max-width: 38rem;
  }

  .pj-main-image {
    height: 29.4rem;
  }

  .pj-row1 {
    flex-wrap: wrap;
    padding-left: 32.5%;
  }

  .pj-col1._1 {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 3.3rem;
    padding-right: 4.4rem;
  }

  .pj-col1._2, .pj-col1._3 {
    width: 50%;
  }

  .pj-block1 {
    padding-top: 2.8rem;
  }

  .pj-img-cont1 {
    height: 39.5rem;
    margin-left: -1.4rem;
  }

  .pj-img-cont2 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .pj_w480 {
    max-width: 42rem;
  }

  .pj-img-cont3 {
    margin-left: -1.4rem;
  }

  .pj-img3-caption {
    width: auto;
    margin-left: 1.4rem;
    padding-top: 1.2rem;
    position: static;
  }

  .pj-img-cont3_2 {
    max-height: none;
    margin-right: -1.4rem;
  }

  .pj-images-row {
    margin-left: -1.4rem;
    margin-right: -2.8rem;
  }

  .pj-images-row._2 {
    margin-left: 10.6rem;
  }

  .pj-images-col {
    padding-right: 1.4rem;
  }

  .pj_w420 {
    max-width: 42rem;
  }

  .pj-img-cont7 {
    margin-right: -1.4rem;
  }

  .pj-block2 {
    padding-top: 5.7rem;
    padding-bottom: 10.5rem;
    padding-right: 4.5rem;
  }

  .pj-block3 {
    padding-top: 5.7rem;
    padding-left: 0;
    padding-right: 4.7rem;
  }

  .pj-block4 {
    padding-bottom: 4.1rem;
  }

  .pj_w840 {
    max-width: 100%;
  }

  .pj_w660 {
    max-width: 42rem;
  }

  .pj-awards strong {
    width: 40%;
  }

  .pj-awards em {
    width: 10%;
  }

  .pj-awards p {
    margin-bottom: 2.7rem;
    margin-right: -1.4rem;
    padding-bottom: .8rem;
  }

  .pj-awards.lead-2-sans {
    margin-bottom: -2.7rem;
    font-size: 1.88rem;
  }

  .pj_li {
    line-height: 1.58em;
  }

  .pj_list {
    margin-top: -.3rem;
  }

  .pj_w720 {
    max-width: 54rem;
    padding-left: 12.1rem;
  }

  .pj-img3_2-caption {
    padding-top: 1.2rem;
    padding-right: 1.4rem;
  }

  .pj_w720_2 {
    max-width: 42.8rem;
  }

  .grn_span {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .exp_links-block {
    margin-right: 0;
  }

  .cookie-block {
    width: 47rem;
    padding: 1.4rem;
    bottom: 1.4rem;
    right: 1.4rem;
  }

  .cookie_accept {
    min-width: 21.2rem;
    padding: .8rem 2.3rem;
    font-size: 1.4rem;
  }

  .cookie-text {
    margin-bottom: 2.2rem;
  }

  .cta-light-text {
    max-width: 33rem;
    margin-bottom: 1.6rem;
  }

  .link-no_decorate.new {
    font-size: .688rem;
    line-height: .963rem;
  }

  .pj-main-video.mt {
    margin-top: 1.1rem;
  }

  .pj-main-video.h69, .pj-main-video.h69v {
    height: 43rem;
  }

  .ins-tab-block {
    margin-bottom: .3rem;
    margin-right: .35rem;
  }

  .border-button-upload {
    padding: .6em;
  }

  .upload-ic {
    margin-right: .7em;
    font-size: 1.2em;
  }

  .uploaded-file {
    padding: .5em .7em .5em .8em;
  }

  .image-or-video-block {
    margin-bottom: 2.5rem;
  }

  .quote {
    background-size: 4.3rem;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    margin-left: -6rem;
    padding-left: 6rem;
    font-size: 1.9rem;
  }

  .case-col._2 {
    flex: 1;
    min-width: 30rem;
  }

  .case-col._1 {
    flex: 0 auto;
    min-width: 32.6rem;
    padding-right: 1.4rem;
  }

  .lottie-animation.hero {
    max-height: none;
  }

  .video-with-poster {
    height: 29.4rem;
  }

  .video-with-poster.h25 {
    height: 28.2rem;
  }

  .video-with-poster.h25.cs1 {
    margin-right: -1.4rem;
  }

  .video-with-poster.h25.cs2, .video-with-poster.h25.cs3 {
    margin-left: -1.4rem;
  }

  .video-with-poster.margin_top_bottom {
    margin-bottom: 2.5rem;
  }

  .video-with-poster.margin_top {
    margin-top: 1.1rem;
  }

  .video-with-poster.margin_bottom {
    margin-bottom: 2.5rem;
  }

  .default-wf-video-bg {
    height: 29.4rem;
  }

  .default-wf-video-bg.mt {
    margin-top: 1.1rem;
  }

  .sp-img-4 {
    max-width: 60.4rem;
  }

  .sp-img-cont5 {
    flex: none;
    width: 51.8%;
    height: auto;
    margin-left: 5.8rem;
    margin-right: -1.4rem;
  }

  .open-video-btn {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .html-embed-3 {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .nav-pad-wrapper {
    background-color: var(--body);
    flex-flow: column;
  }

  .nav-buttons {
    background-color: var(--body);
    flex-flow: column;
    width: 100%;
    padding: 4px;
    display: none;
    overflow: hidden;
  }

  .nav-button {
    background-color: var(--light-green);
    width: 100%;
  }

  .section-new.main, .section-new.main.padding-120px {
    padding-bottom: 80px;
  }

  .section-new.pre-m-a {
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-new.post-m-a {
    padding-top: 120px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-new.pre-m-a-light {
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-new._2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-new._2nd.background-pink, .section-new._2nd.background-green, .section-new._2nd.background-pink0 {
    padding-bottom: 80px;
  }

  .h {
    font-size: var(--64px);
    line-height: var(--64px);
  }

  .texts-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .texts-wrapper.margin-105 {
    margin-right: 0;
  }

  .texts-wrapper.margin-105.margin-200 {
    margin-left: 0;
    margin-right: 0;
  }

  .texts-wrap {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pjs-400-21 {
    font-size: var(--16px);
    line-height: var(--24px);
  }

  .pjs-400-21.color-white {
    font-size: var(--18px);
    line-height: var(--27px);
  }

  .ppf-g-400-40 {
    font-size: var(--32px);
    line-height: var(--41-6px);
  }

  .asterics-vector {
    width: 38px;
    height: 38px;
  }

  .info-block-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .info-block-wrapper.is-flex.padding-40-105 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .info-block-wrapper.is-flex.padding-40-105.padding-40 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .info-block-wrapper.is-flex.padding-40-105.padding-40._40 {
    padding-top: 0;
  }

  .info-number-wrapper {
    display: block;
  }

  .info-number-wrapper.hide {
    display: none;
  }

  .number-wrapp.margin-40 {
    margin-top: 0;
  }

  .ppf-s-400-48.is-white._w-65 {
    font-size: var(--40px);
    line-height: var(--40px);
    width: 100%;
  }

  .links-wrapper {
    padding-left: 31px;
  }

  .ppf-s-400-32 {
    font-size: var(--28px);
    line-height: var(--36-4px);
  }

  .ppf-s-400-32.is-green {
    line-height: var(--30px);
  }

  .ppf-s-400-32.is-green.align-center {
    font-size: var(--28px);
  }

  .underline-green.dark-green {
    margin-bottom: -9px;
  }

  .info-texts-wrapper {
    padding-left: 31px;
  }

  .info-texts-wrapper.gap-40px {
    padding-left: 0;
  }

  .ppf-s-400-104 {
    font-size: var(--56px);
    line-height: var(--56px);
  }

  .cards-wrapper {
    margin-right: -31px;
    padding-right: 31px;
    overflow: scroll;
  }

  .cards-wrapper.display-grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
    padding-right: 0;
  }

  .card {
    flex: none;
    width: 26.875rem;
  }

  .pjs-400-20 {
    font-size: var(--16px);
    line-height: var(--24px);
  }

  .big-button {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    align-items: flex-end;
    padding-top: 44px;
    padding-bottom: 33px;
    padding-left: 40px;
  }

  .ppf-s-400-64 {
    font-size: var(--36px);
    line-height: var(--39-6px);
    margin-top: 0;
    margin-bottom: 0;
  }

  .big-button-wrap {
    height: 100%;
  }

  .big-arrow-link, .big-arrow-link.next-button {
    width: 148px;
    height: 148px;
  }

  .text-wrapp {
    margin-top: -24px;
    padding-left: 31px;
  }

  .small-arrow-link {
    width: 148px;
    height: 148px;
  }

  .a-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .horizontal-card {
    flex: none;
  }

  .ppf-400-64 {
    font-size: var(--36px);
    line-height: var(--39-6px);
  }

  .accordion-button {
    width: 80px;
    height: 80px;
  }

  .image-3 {
    order: -1;
    position: static;
    left: 0;
  }

  .next-text-wrapp {
    justify-content: space-between;
    align-items: flex-end;
  }

  .contact-us {
    height: 660px;
  }

  .contact-us.light-green.margim-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    height: 300px;
  }

  .contact-us.tool-kit {
    height: 440px;
  }

  .image-5 {
    height: 100%;
    inset: 23% -8% auto auto;
  }

  .image-5._100 {
    inset: 0%;
  }

  .div-block-3 {
    width: 25rem;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button-points {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: auto;
    margin-bottom: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    position: static;
  }

  .pjs-400-16.color-green {
    color: var(--aquamarine);
  }

  .pjs-400-16.color-green.new-f {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .button-point-wrapper {
    width: 100%;
  }

  .popup-form {
    justify-content: center;
    align-items: flex-start;
    padding-top: 72px;
  }

  .form-wrapper {
    z-index: 1;
    flex-flow: column;
    width: 648px;
    height: 892px;
    position: relative;
  }

  .form-img {
    object-fit: cover;
    width: 100%;
    height: 280px;
  }

  .form-content-wrapp {
    position: static;
  }

  .close-svg {
    z-index: 99999999;
    color: var(--body);
  }

  .pp-label {
    font-size: var(--16px);
    line-height: var(--20-8px);
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block-5._92 {
    padding-left: 92px;
  }

  .div-block-5._92._1-row {
    grid-template-columns: 1fr;
  }

  .square {
    aspect-ratio: auto;
    width: 100%;
  }

  .square._240 {
    height: 240px;
  }

  .contact-us-mini.no-margin {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    max-width: 20%;
    padding-right: 8px;
  }

  .div-block-8.gap-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ppf-s-400-104-copy {
    font-size: var(--56px);
    line-height: var(--56px);
  }

  .div-block-9 {
    margin-bottom: 37px;
  }

  .ppf-s-21 {
    font-size: 16px;
    line-height: 16px;
  }

  .image-11._2, .image-11._1 {
    display: none;
  }

  .image-12 {
    width: 38.875rem;
    right: .2rem;
  }
}

@media screen and (max-width: 767px) {
  .green-link.underline.underline_2px {
    border-bottom-width: 1px;
  }

  .relevant-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.9rem;
  }

  .section {
    padding: 8.1rem 2.8rem;
  }

  .section.navbar {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .section.main-1s {
    padding-top: 24.1rem;
    padding-bottom: 9.5rem;
  }

  .section.z2.grn1_pad120 {
    padding: 16.1rem 2.8rem 17.3rem;
  }

  .section.z2.grn2 {
    padding-bottom: 17rem;
  }

  .section.z2.mt_grn {
    padding-top: 17.4rem;
    padding-bottom: 13.8rem;
  }

  .section.cta-section {
    background-image: url('https://websitesapi.dataart.com/media/rr3ktkng/m_cta_bg.jpg');
    justify-content: flex-start;
    align-items: flex-start;
    height: 93.3rem;
    padding-top: 11.1rem;
    padding-left: 18rem;
  }

  .section.cta-section.new {
    aspect-ratio: 360 / 270;
    background-position: 100% 100%;
    background-size: 150%;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 7.688rem .938rem 3.844rem;
  }

  .section.footer {
    padding-top: 0;
    padding-bottom: 3.9rem;
  }

  .section.footer.new-footer {
    padding: 0 .938rem 3.75rem;
  }

  .section.pjs-1s {
    padding-top: 16rem;
  }

  .section.page-1s {
    padding-top: 16rem;
    padding-bottom: 3.3rem;
  }

  .section.page-1s.pad_bottom150 {
    padding-bottom: 21.8rem;
  }

  .section.page-1s.lst {
    padding-bottom: 7.3rem;
  }

  .section.service-page-2s {
    background-image: url('https://websitesapi.dataart.com/media/dhmlbgwn/m_service_img5.png');
    background-size: 100%;
    padding-top: 20.9rem;
    padding-left: 18.1rem;
  }

  .section.pad_4rem {
    padding-top: 8.2rem;
    padding-bottom: 15.2rem;
  }

  .section.service-page-3s {
    padding-bottom: 1.9rem;
  }

  .section.t_pad120 {
    padding-top: 8.3rem;
    padding-bottom: 8.3rem;
  }

  .section.mt-2s {
    background-size: 100% 23rem;
    margin-top: 7.4rem;
    padding-top: 28.1rem;
  }

  .section.about-1s {
    padding-top: 16rem;
    padding-bottom: 3.3rem;
  }

  .section.about-2s {
    background-size: 100% 18.8rem;
    margin-top: 7rem;
    padding-top: 26.7rem;
  }

  .section.pb150 {
    padding-top: 7.8rem;
    padding-bottom: 16.9rem;
  }

  .section.pb150.pt200 {
    padding-top: 25.8rem;
  }

  .section.ins-1s {
    background-image: url('https://websitesapi.dataart.com/media/txlkwggq/m_ins_img1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 16.5rem;
    padding-bottom: 3.3rem;
  }

  .section.ins-2s {
    padding-bottom: 4.6rem;
  }

  .section.ins-page-1s {
    padding-top: 16rem;
    padding-bottom: 7.4rem;
  }

  .section.lst-2s {
    padding-bottom: 12.9rem;
  }

  .section.data-faq-sect {
    background-size: 100% 15.3rem;
    margin-top: 8.1rem;
    padding-top: 20.3rem;
  }

  .section.pj-awards-sect {
    background-size: 100%;
    margin-top: 4rem;
    padding-top: 23.2rem;
  }

  .section.pj-1s {
    padding-top: 17.1rem;
    padding-bottom: 7.4rem;
  }

  .section.cta-light-section {
    background-image: url('https://websitesapi.dataart.com/media/ynqjikjs/m_cta_light_bg.png');
    background-size: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100vw;
    padding-top: 11.1rem;
    padding-bottom: 30.4rem;
    padding-left: 18rem;
  }

  .section.showreel {
    padding-top: 2.6rem;
  }

  .row {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row.mb60 {
    margin-bottom: 9.4rem;
  }

  .row.t_row_mn1 {
    padding-left: 0%;
  }

  .row.m_vert {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .row.m_vert.m_mn1 {
    padding-left: 15.3rem;
  }

  .row.m_vert.m_mn1.nc1 {
    padding-left: 0;
  }

  .row.m_vert.space {
    flex-direction: row;
  }

  .row.m_vert.gap {
    grid-row-gap: 8.3rem;
  }

  .row.ft {
    display: block;
  }

  .row.ab1 {
    height: auto;
    margin-bottom: 3.9rem;
  }

  .row.ab2 {
    margin-bottom: 4.8rem;
    padding-left: 0%;
  }

  .row.ab3 {
    flex-direction: column-reverse;
    margin-bottom: 8rem;
  }

  .row.ab4 {
    padding-left: 0%;
  }

  .row.ab5 {
    padding-left: 15.1rem;
  }

  .row.ins2 {
    display: block;
  }

  .row.pj1 {
    padding-left: 0;
  }

  .row.mn1 {
    margin-top: 9.4rem;
  }

  .row.m_vert_2 {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .row.m_vert_2.m_mn1 {
    padding-left: 15.3rem;
  }

  .row.m_vert_2.m_mn1.nc1 {
    padding-left: 0;
  }

  .row.m_vert_2.col_reverse {
    flex-direction: column-reverse;
  }

  .row.m_vert_2.space {
    flex-direction: row;
  }

  .row.m_vert_2.gap {
    grid-row-gap: 8.3rem;
  }

  .row.showreel {
    margin-top: 42px;
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .col.c_33 {
    flex: 0 auto;
    width: auto;
  }

  .col.c_33.pad_r_1.t_mn4 {
    order: 1;
    padding-bottom: 2.3rem;
  }

  .col.c_33.pad_r_1.m_sp1 {
    width: 100%;
  }

  .col.c_33.pad_r_1.m_sp2 {
    width: 15.1rem;
  }

  .col.c_33.ft1 {
    padding-bottom: 10.6rem;
    padding-left: 0;
  }

  .col.c_33.ft1.new-footer {
    width: 100%;
    padding-bottom: 3.75rem;
  }

  .col.c_33.t_mn7 {
    display: block;
  }

  .col.c_33.m_hide {
    display: none;
  }

  .col.c_33.pad_l_3 {
    align-self: flex-end;
    width: 71vw;
  }

  .col.c_33.m_cs1 {
    width: 15.3rem;
  }

  .col.c_33.pad-_r3 {
    padding-right: 0;
  }

  .col.c_33.t_sp3 {
    width: 100%;
  }

  .col.c_33.t_ab2 {
    margin-left: 0;
    padding-bottom: 9rem;
  }

  .col.c_33.t_ab3 {
    width: 100%;
    padding-bottom: 7.7rem;
  }

  .col.c_33.t_ab4 {
    width: 100%;
    padding-bottom: 8rem;
  }

  .col.c_33.m_ct1 {
    width: 100%;
  }

  .col.c_33._404 {
    display: none;
  }

  .col.c_33.ins1 {
    background-image: none;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .col.c_33.m_fullw {
    width: 100%;
  }

  .col.c_33.t_dt1 {
    display: none;
  }

  .col.c_33.t_dt2 {
    width: 100%;
    padding-bottom: 8.1rem;
  }

  .col.c_33.dt3 {
    padding-left: 15rem;
    padding-right: 0;
  }

  .col.c_33.m_dt4 {
    padding-bottom: 8.1rem;
    padding-right: 0;
  }

  .col.c_33.pj_3 {
    width: 100%;
    padding-right: 0;
  }

  .col.c_33.pj-c1 {
    width: 100%;
    padding-top: 10.9rem;
    padding-left: 0;
  }

  .col.c_33.pj-c1.col_reverse {
    flex: 0 auto;
    order: 0;
    padding-right: 0;
    display: flex;
  }

  .col.c_33.m_15rem {
    flex: none;
    width: 15rem;
  }

  .col.c_33.t_pj2_2 {
    width: auto;
    padding-bottom: 7.1rem;
  }

  .col.c_33.pj-c2 {
    grid-row-gap: 2.8rem;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.c_33.pj-c2.col_reverse {
    flex: 0 auto;
    display: block;
  }

  .col.c_66.t_mn3 {
    order: 2;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    padding-bottom: 0;
  }

  .col.pad_r_1 {
    padding-right: 0;
  }

  .col.pad_r_1.t_mn1 {
    width: 100%;
  }

  .col.pad_r_120.t_mn6 {
    width: 82%;
    margin-left: -2.8rem;
    padding-bottom: 2.9rem;
  }

  .col.c_50 {
    width: 100%;
  }

  .col.c_50.pad_r_1.t_cs2 {
    width: auto;
    padding-left: 0;
  }

  .col.c_50.pad_r_1.t_width1 {
    width: 77%;
  }

  .col.c_50.t_width1 {
    flex: 0 auto;
  }

  .col.c_50.tw2 {
    width: 100%;
    padding-left: 0;
  }

  .col.pad_l_120 {
    padding-left: 0;
  }

  .col.sp1.t_c50 {
    width: 100%;
    padding-right: 0;
  }

  .col.c_16 {
    width: auto;
  }

  .col.c_16.t_dt2 {
    width: 23%;
  }

  .col.c_16.t_c33 {
    width: 100%;
  }

  .col.sp2 {
    margin-bottom: 7.3rem;
    margin-left: -2.8rem;
  }

  .col.t_sp6 {
    padding-top: 6.8rem;
    padding-right: 0;
  }

  .col.m_cp1 {
    padding-top: 6.8rem;
    padding-left: 15.1rem;
  }

  .col.lst1 {
    padding-left: 14.8rem;
  }

  .col.m_dt1 {
    padding-left: 14.9rem;
  }

  .col.pj1_2 {
    margin-left: 0;
  }

  .col.space {
    margin-right: 2.8rem;
  }

  .logo {
    width: 15.4rem;
  }

  .menu {
    z-index: 500;
    background-color: var(--body);
    height: 100%;
    padding: 2.6rem 2.8rem 120px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .navlink {
    letter-spacing: -.04em;
    border-bottom-width: 2px;
    margin-right: 0;
    font-family: Ppfragment Sans, sans-serif;
    font-size: 10.8rem;
    line-height: 1.3em;
  }

  .heading-4 {
    font-size: 7.8rem;
  }

  .heading-4.sp1 {
    font-size: 5.4rem;
  }

  .heading-4.t_lead-1-sans {
    font-size: 5.9rem;
  }

  .mn-img-cont {
    position: static;
  }

  .img.sp_step_img1 {
    width: 66.3rem;
    max-width: none;
    height: 33.5rem;
    margin-bottom: 2.8rem;
    margin-left: -15.3rem;
  }

  .img.sp_step_img2 {
    width: 66.3rem;
    max-width: none;
    height: 33.5rem;
    margin-left: -15.3rem;
  }

  .heading-2 {
    font-size: 10.8rem;
  }

  .heading-2.mb60 {
    margin-bottom: 9.5rem;
  }

  .heading-2._404 {
    margin-bottom: .2em;
    font-size: 8.1rem;
  }

  .heading-2._404._404_bottom {
    margin-bottom: .7em;
  }

  .heading-2.small {
    font-size: 7.6rem;
  }

  .w420 {
    max-width: 100%;
    padding-top: 6.7rem;
  }

  .w420.m_cs1 {
    padding-top: 1.6rem;
  }

  .lead-3 {
    font-size: 3.8rem;
  }

  .lead-3.mb {
    margin-bottom: 0;
  }

  .pj-info-row {
    padding-top: 4.6rem;
  }

  .pj-info-row.pt30 {
    padding-top: 4.2rem;
  }

  .pj-info-row.pt30.m_mn2 {
    order: -1;
  }

  .pj-info-row.pt30.m_mn2.c_cs2 {
    order: 2;
  }

  .pj-info-col {
    width: 26.8rem;
    padding-right: 4rem;
  }

  .caption {
    font-size: 2rem;
  }

  .caption.mb30 {
    margin-bottom: 3rem;
  }

  .caption.mb30.new-footer {
    margin-bottom: 2em;
    font-size: 12px;
  }

  .caption.mb50 {
    margin-bottom: 4.2rem;
  }

  .caption.mb10 {
    margin-bottom: 1.3rem;
  }

  .caption.form-caption {
    max-width: 65%;
    margin-top: 3.2rem;
  }

  .caption.mt {
    margin-top: 2.8rem;
  }

  .caption.mt.m_mt0 {
    margin-top: 0;
  }

  .caption.pj-mb {
    opacity: .6;
    margin-bottom: 0;
  }

  .caption.mb25 {
    margin-bottom: 2.6rem;
  }

  .caption.mb25.new-footer {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .caption.new-footer.new-f {
    font-size: 2em;
    line-height: 1.3rem;
  }

  .client-row {
    padding-top: 3.7rem;
  }

  .client-row.sp {
    max-width: 50vw;
    padding-top: 3.7rem;
  }

  .client-photo {
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 2.6rem;
  }

  .client-photo.sp {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 2.9rem;
  }

  .client-photo.lst {
    width: 6.4rem;
    height: 6.4rem;
  }

  .client-photo.ins {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 2.9rem;
  }

  .footnote {
    font-size: 2rem;
  }

  .footnote.mn1 {
    max-width: 21rem;
  }

  .footnote.clr {
    font-size: 2.2rem;
  }

  .footnote.t_body2 {
    font-size: 2.4rem;
    line-height: 1.4em;
  }

  .footnote.t_body2.sp_li {
    margin-bottom: 3.2rem;
  }

  .footnote.t_body2.m_mb {
    margin-bottom: 2.3rem;
  }

  .footnote.mb_1rem {
    margin-bottom: 2.2rem;
  }

  .footnote.mt.m_mb {
    margin-bottom: 4.2rem;
  }

  .footnote.mb60 {
    margin-bottom: 7.4rem;
  }

  .footnote.met1 {
    max-width: 1005rem;
  }

  .footnote.t_mt1 {
    font-size: 2rem;
  }

  .footnote.ab1 {
    font-size: 3.8rem;
  }

  .footnote.ab2 {
    max-width: 100%;
  }

  .footnote.t_body {
    font-size: 2.9rem;
  }

  .footnote.m_link_list {
    font-size: 2.7rem;
    line-height: 1.4em;
  }

  .footnote.m_body {
    font-size: 2.9rem;
    line-height: 1.5em;
  }

  .footnote.ct {
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
  }

  .footnote.ins {
    height: auto;
    margin-bottom: 5rem;
  }

  .footnote.pj1 {
    font-size: 2rem;
    line-height: 1.4em;
  }

  .w284 {
    width: 43rem;
    padding-top: 4.5rem;
  }

  .w284.t_pt0.m_hide {
    display: none;
  }

  .pj-image-h500 {
    height: 46.3rem;
  }

  .pj-image-h500.mb {
    margin-bottom: 2.7rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .pj-image-h500.mt.m_cs1 {
    width: 100vw;
    margin-top: 2.3rem;
    margin-left: -18.1rem;
  }

  .pj-image-h500.cs3 {
    height: 38.1rem;
    margin-left: -2.8rem;
  }

  .pj-image-h500.cs1, .pj-image-h500.cs2 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .w480.pt1, .w480.cs_pt1 {
    max-width: 100%;
    padding-top: 1.4rem;
  }

  .grn-row {
    padding-bottom: 5.6rem;
  }

  .grn-col._2 {
    width: 52rem;
    padding-top: 5.7rem;
  }

  .lead-1-sans {
    font-size: 5.9rem;
    line-height: 1.2em;
  }

  .lead-1-sans.mb60 {
    margin-bottom: 6.4rem;
  }

  .lead-1-sans.m_sp1 {
    font-size: 4.7rem;
    line-height: 1.3em;
  }

  .lead-1-sans.mt2 {
    margin-bottom: 15.5rem;
    font-size: 5.9rem;
    line-height: 1.2em;
  }

  .lead-1-sans.mt3 {
    font-size: 4.7rem;
    line-height: 1.3em;
  }

  .lead-1-sans.ab1 {
    font-size: 5.9rem;
    line-height: 1.2em;
  }

  .lead-1-sans.lt1 {
    margin-top: .7em;
    margin-bottom: 0;
  }

  .lead-1-sans.lst {
    font-size: 6.7rem;
  }

  .lead-1-sans.mb45 {
    margin-bottom: 5.6rem;
  }

  .lead-1-sans.t_lead-2-sans {
    font-size: 5.9rem;
    line-height: 1.16em;
  }

  .lead-1-sans.t_lead-2-sans.mb45 {
    margin-bottom: 6.5rem;
  }

  .lead-1-sans.dt-mb60 {
    margin-bottom: 9.9rem;
  }

  .lead-1-sans.m_lead-2-sans {
    font-size: 4.7rem;
  }

  .lead-1-sans.pj1 {
    margin-bottom: 5.8rem;
    font-size: 5.9rem;
    line-height: 1.18em;
  }

  .lead-1-sans.pj_mb45 {
    margin-bottom: 5.7rem;
  }

  .lead-1-sans.pj_mb45.m_pl15 {
    padding-left: 15rem;
  }

  .arrow-link.footnote {
    font-size: 2.84rem;
  }

  .arrow-link.lead-2-sans {
    font-size: 4rem;
  }

  .lead-2-sans {
    font-size: 4.8rem;
    line-height: 1.25em;
  }

  .lead-2-sans.mn1 {
    max-width: 31rem;
    margin-bottom: 6.6rem;
    font-size: 2.95rem;
  }

  .lead-2-sans.sp1 {
    margin-bottom: 3rem;
    font-size: 4.8rem;
  }

  .lead-2-sans.sp1.t_mb0 {
    margin-bottom: 3rem;
  }

  .lead-2-sans.award-text {
    font-size: 3rem;
  }

  .lead-2-sans.ind1 {
    margin-bottom: 6.8rem;
  }

  .lead-2-sans.mt1 {
    font-size: 4.8rem;
  }

  .lead-2-sans.t_lead-3-sans {
    font-size: 3.8rem;
  }

  .lead-2-sans.m_lead-3-sans {
    font-size: 3.75rem;
  }

  .lead-2-sans.mb30 {
    margin-bottom: 3.6rem;
  }

  .lead-2-sans.mb45 {
    margin-bottom: 6.6rem;
  }

  .b_green_list {
    margin-top: 6.8rem;
    margin-left: 11.3rem;
  }

  .list-item {
    padding-bottom: 1rem;
  }

  .list-col._1 {
    width: 4.2rem;
  }

  .lead-2 {
    font-size: 4.7rem;
  }

  .lead-2.mn_insigths {
    max-width: 85%;
    margin-bottom: 0;
    font-size: 3.8rem;
  }

  .lead-2.sp1 {
    font-size: 3.8rem;
  }

  .lead-2.ab1 {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    line-height: 1.2em;
  }

  .marquee {
    margin-bottom: -7.4rem;
    padding-top: 8rem;
    padding-bottom: 0;
    display: block;
  }

  .marquee-slide {
    flex-wrap: wrap;
  }

  .marquee-slide.mobile_hide {
    display: none;
  }

  .client-logo {
    object-fit: contain;
    object-position: 0% 50%;
    width: 50%;
    height: 4.7rem;
    margin-bottom: 8.4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .client-logo.mob_height1 {
    height: 3.8rem;
  }

  .client-logo.mob_height2 {
    height: 5.7rem;
  }

  .col2._1 {
    padding-bottom: 8rem;
  }

  .insights-block {
    margin-bottom: 10rem;
  }

  .insights-row {
    flex-direction: column;
  }

  .insights-col {
    flex-direction: column-reverse;
    display: flex;
  }

  .insights-col.c_img {
    order: -1;
    width: 100vw;
    margin-left: -2.8rem;
    padding-bottom: 2rem;
  }

  .insights-col.c_img.c_btn {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
  }

  .insights-col.c_img.sp {
    width: 100vw;
  }

  .insights-image, .insights-image.sp {
    height: 38.4rem;
  }

  .delimiter {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .insights-list.sp {
    padding-top: 7.8rem;
  }

  .cta-btn-text {
    font-size: 8rem;
  }

  .cta-btn-text.light {
    font-size: 8.1rem;
  }

  .light-green-link.footer_link {
    font-size: 3.5rem;
    line-height: 1.9em;
  }

  .light-green-link.footer_link.new-footer {
    font-size: 1.188rem;
    line-height: 1.544rem;
  }

  .light-green-link.footer_link.new-footer.new-f {
    font-size: 1.25rem;
  }

  .ft-logo {
    width: 100%;
    margin-top: 0;
  }

  .ft-logo.new-foote {
    width: 100%;
  }

  .ft-logo.new-foote.w--current {
    width: 100%;
    height: 9.313rem;
  }

  .ft-row {
    flex-wrap: wrap;
  }

  .ft-row.df {
    padding-bottom: 0;
  }

  .ft-col {
    width: 50%;
    padding-bottom: 8.9rem;
  }

  .ft-col.new {
    flex-flow: column;
    width: 10rem;
    padding-bottom: 3.75rem;
    display: flex;
  }

  .ft-col.new-footer {
    width: 10rem;
    padding-bottom: 0;
  }

  .ft-menu.new-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ft-row2 {
    flex-direction: column;
    padding-top: 0;
  }

  .ft-row2.new-footer {
    padding-top: 0;
  }

  .ft-col2._1 {
    width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .ft-col2._1.new {
    width: 100%;
  }

  .ft-col2._2 {
    order: 1;
    width: 100%;
    padding-top: 2rem;
  }

  .ft-col2._2.nee {
    padding-top: 0;
  }

  .t_mn7-col._1 {
    width: auto;
    padding-right: 0;
  }

  .burger {
    display: block;
  }

  .insigths-m_row {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 4rem;
    display: flex;
  }

  .insigths-m_row._1 {
    padding-top: 3.2rem;
    padding-bottom: 5rem;
  }

  .insigths-m_row._2 {
    padding-bottom: 5.2rem;
  }

  .insigths-m_col {
    padding-right: 2rem;
  }

  .mob-menu-header {
    align-items: center;
    margin-bottom: 25.9rem;
    display: flex;
  }

  .filters-col._1 {
    padding-right: 3.3rem;
  }

  .open-filters {
    margin-top: -1.7rem;
    padding: 1.7rem 2.5rem;
  }

  .filters-btns-col {
    margin-right: .5rem;
  }

  .projects_list {
    margin-bottom: -15rem;
  }

  .checkbox-field {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .checkbox {
    width: 4rem;
    height: 4rem;
    margin-right: 2.9rem;
  }

  .checkbox.dark.ct {
    margin-right: 2.7rem;
  }

  .checkbox-label {
    font-size: 2.9rem;
  }

  .pj-collection-item {
    padding-bottom: 14.7rem;
  }

  .pj-small-img {
    display: none;
  }

  .more-row {
    margin: 8rem 0 .7rem;
  }

  .more-col {
    width: 100%;
    padding-bottom: 10.4rem;
    padding-right: 0;
  }

  .more-img {
    width: 100vw;
    max-width: none;
    height: 38rem;
    margin-left: -2.8rem;
  }

  .more-text-cont {
    padding-left: 0;
  }

  .ins-info-row {
    padding-bottom: 4.2rem;
  }

  .ins-info-col._1 {
    padding-right: 2rem;
  }

  .w298 {
    max-width: 83%;
  }

  .flt-top {
    padding: 1.9rem 2.8rem;
    font-size: 3.6rem;
  }

  .flt-center {
    padding: 14.8rem 2.8rem 5rem;
  }

  .flt-bottom {
    padding: 5rem 2.8rem 2.9rem;
  }

  .flt-close-lb {
    width: 3.2rem;
  }

  .flt-block {
    padding-top: 7.3rem;
  }

  .lead-3-sans {
    font-size: 3.8rem;
  }

  .lead-3-sans.mb24 {
    margin-bottom: 3.1rem;
  }

  .lead-3-sans.sp1 {
    font-size: 2.1rem;
  }

  .lead-3-sans.ab1 {
    font-size: 2.7rem;
    line-height: 1.4em;
  }

  .lead-3-sans.dt1 {
    font-size: 3.2rem;
  }

  .lead-3-sans.sp2 {
    font-size: 2.1rem;
  }

  .border-button {
    min-width: 31rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    font-size: 2.9rem;
  }

  .filters-lb-block {
    width: 100%;
  }

  .t_block.m_hide {
    display: none;
  }

  .t_block.m_cs1 {
    order: 3;
    padding-top: 7.7rem;
  }

  .dm_block {
    display: block;
  }

  .dm_block.m_cs1 {
    order: 1;
    padding-top: 2rem;
  }

  .t_more-text-cont {
    padding-left: 0;
  }

  .m_block {
    display: block;
  }

  .dt_block {
    flex-direction: column;
    display: flex;
  }

  .heading-3 {
    font-size: 6.9rem;
  }

  .heading-3.mb60, .heading-3.ind1 {
    margin-bottom: 6.6rem;
  }

  .heading-3.t_heading1 {
    font-size: 6.3rem;
    line-height: 1.1em;
  }

  .heading-3.mb120 {
    margin-bottom: 9.4rem;
  }

  .w720, .w720.t_sp1 {
    max-width: 100%;
  }

  .w720.t_ip2, .w720.t_ip3 {
    max-width: 100%;
    padding-left: 15.2rem;
  }

  .w720.art {
    max-width: 100%;
  }

  .w720.t_dt1 {
    max-width: 100%;
    margin-bottom: 4.8rem;
  }

  .sp-row1 {
    padding-top: 3.7rem;
  }

  .sp-img-cont2 {
    width: 96vw;
    height: 39.3rem;
    margin-bottom: 10.8rem;
    margin-left: -2.8rem;
  }

  .sp-row2 {
    margin-bottom: 0;
    padding-top: 8.1rem;
  }

  .sp-col2 {
    padding-bottom: 7.2rem;
  }

  .sp-ic1 {
    height: 15.1rem;
    margin-bottom: 2.6rem;
  }

  .sp-ic1-text {
    max-width: 89%;
  }

  .w840 {
    max-width: 100%;
  }

  .process-block1 {
    margin-left: 9.1rem;
    padding-left: 6.2rem;
  }

  .process-block1.t_sp1 {
    display: block;
  }

  .sp-img-3 {
    width: 96vw;
    max-width: none;
  }

  .block-mb60 {
    padding-bottom: 8.2rem;
  }

  .block-mb60.ip1 {
    padding-bottom: 16.4rem;
  }

  .block-mb60.m_ip1 {
    padding-bottom: 5.8rem;
  }

  .sp-img-cont3 {
    width: 54rem;
    margin-top: 5.2rem;
    margin-left: 15.3rem;
    margin-right: 0;
  }

  .list {
    margin-bottom: -3.2rem;
  }

  .list.square {
    margin-bottom: -3.5rem;
  }

  .list.square.m_pl {
    padding-left: 15.8rem;
  }

  .sp-img-cont4 {
    width: 69.1rem;
    max-width: none;
    margin-bottom: 7.1rem;
    margin-left: -2.8rem;
  }

  .sp-row3.sv1 {
    margin-bottom: -5.7rem;
    padding-top: 6.8rem;
    padding-left: 15.1rem;
    display: block;
  }

  .sp-row3._2 {
    padding-top: 7rem;
  }

  .sp-col3.sv1, .sp-col3.sv2 {
    width: 100%;
    padding-bottom: 5.7rem;
    padding-right: 0;
  }

  .link-list {
    font-size: 2.7rem;
    line-height: 1.8em;
  }

  .link-list.d_margin_bottom {
    margin-bottom: 1.4rem;
  }

  .sp-list-item {
    margin-left: 9.5rem;
    padding-bottom: .6rem;
    padding-left: 5.7rem;
  }

  .block-mb60_2 {
    padding-bottom: 9.4rem;
  }

  .sp-step-block {
    margin-left: -5.6rem;
    padding-left: 5.8rem;
  }

  .sp-step-block.t_mt1 {
    margin-left: -3.7rem;
    padding-left: 3.7rem;
  }

  .sp-row4 {
    margin-bottom: -3.9rem;
    padding-top: 8.7rem;
    display: block;
  }

  .sp-row4.mt1 {
    margin-bottom: -4rem;
    padding-top: 6.9rem;
    padding-left: 15.2rem;
  }

  .sp-col4 {
    width: auto;
    padding-bottom: 5.9rem;
    padding-right: 1.4rem;
  }

  .sp-col4.mt1 {
    padding-bottom: 4rem;
  }

  .sp-col4.dt {
    padding-bottom: 3.9rem;
    padding-left: 15rem;
    padding-right: .9rem;
  }

  .w360 {
    max-width: 100%;
  }

  .w_12rem {
    max-width: 26rem;
    margin-bottom: 6.7rem;
  }

  .awards-list {
    margin-bottom: -4.8rem;
    padding-left: 0;
  }

  .award-row {
    border-bottom-style: none;
    flex-wrap: wrap;
    margin-bottom: 4.8rem;
    margin-right: 0;
    padding-bottom: 0;
  }

  .award-col._1 {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 23%;
    padding-right: 0;
  }

  .award-col._2 {
    width: 23%;
    padding-right: 0;
  }

  .award-col._3 {
    border-bottom: 1px solid var(--text);
    margin-right: -2.8rem;
    padding-bottom: 2rem;
  }

  .dd-list {
    margin-bottom: -5.7rem;
    padding-top: 6.9rem;
  }

  .dd-list.met {
    margin-bottom: -7.1rem;
    padding-top: 0;
  }

  .dd-list.ab {
    padding-left: 14.9rem;
  }

  .faq-dd {
    margin-bottom: 5.7rem;
  }

  .faq-dd.w_ic {
    margin-bottom: 7.1rem;
  }

  .dd-toggle.w_ic {
    padding-top: 18.9rem;
  }

  .faq-col {
    padding-right: 3.5rem;
  }

  .dd-ic {
    width: 6rem;
    margin-top: 0;
  }

  .dd-ic.m_small {
    width: 4.3rem;
  }

  .dd-text-block {
    max-width: 58rem;
    padding-top: 3.3rem;
  }

  .clients-reviews-list {
    margin-bottom: -9.3rem;
    padding-top: 6.7rem;
    padding-left: 15.2rem;
  }

  .sp-client-rebiew {
    padding-bottom: 9.3rem;
  }

  .sp-clients-row {
    margin-bottom: -7.8rem;
    padding-top: 7.8rem;
  }

  .sp-clients-row.cp {
    padding-top: 7.5rem;
  }

  .sp-clients-col {
    width: 50%;
    padding-bottom: 7.8rem;
  }

  .sp-clients-col.cp {
    width: 50%;
  }

  .sp-client-logo {
    height: 4.8rem;
  }

  .sp-block2 {
    padding-top: 6.5rem;
    padding-left: 15.1rem;
  }

  .t_sp1-col._1 {
    width: auto;
    padding-right: 0;
  }

  .t_sp_row {
    display: block;
  }

  .t_sp2-col._1 {
    width: auto;
  }

  .t_sp2-col._2 {
    max-width: 100%;
  }

  .t_sp_row2 {
    padding-bottom: 9.8rem;
    display: block;
  }

  .t_sp-text1 {
    margin-bottom: 1rem;
  }

  .mob-sp-img1 {
    width: 100%;
    display: block;
  }

  .mob-sp-img1.mb {
    margin-bottom: 7.6rem;
  }

  .m_sp_block1 {
    padding-top: 7.7rem;
    padding-left: 15.2rem;
  }

  .m_sp_text1 {
    font-size: 3.1rem;
  }

  .toolbox-row {
    margin-bottom: -5.7rem;
    margin-right: -7.7rem;
    padding-top: 7.8rem;
  }

  .toolbox-col {
    padding-bottom: 5.7rem;
    padding-right: 7.7rem;
  }

  .cp-tool {
    height: 10.8rem;
  }

  .cp-row1 {
    margin-bottom: 0;
    display: block;
  }

  .cp-col1 {
    padding-bottom: 5.2rem;
    padding-right: 0;
  }

  .cp-col1._3 {
    width: auto;
    padding-bottom: 0;
  }

  .cp-col1._1 {
    width: auto;
  }

  .cp-col1.m_mb0 {
    padding-bottom: 0;
  }

  .cp-col1.m_mb0.ind_2 {
    padding-right: 0;
  }

  .cp-block2 {
    padding-bottom: 5.2rem;
  }

  .ip-ic1 {
    width: 8.5rem;
    margin-right: 6.7rem;
  }

  .ip-col1 {
    max-width: 100%;
  }

  .ip-row2 {
    padding-top: 9.7rem;
    padding-left: 15.2rem;
    padding-right: 0;
  }

  .ip-col2 {
    padding-bottom: 4rem;
  }

  .ip-block2 {
    max-width: none;
    margin-left: -5.8rem;
    padding-left: 5.8rem;
  }

  .t_ip-block3 {
    max-width: 100%;
  }

  .main-video {
    width: 100%;
    height: 30.2rem;
    position: absolute;
    inset: 0% 0% auto;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
  }

  .dd-img {
    height: 15.2rem;
    margin-top: 0;
    margin-right: 0;
    inset: 0% auto auto 0%;
  }

  .mt-row1 {
    flex-wrap: wrap;
    padding-top: 7.9rem;
    padding-bottom: 3.2rem;
  }

  .mt-row1.head {
    border-bottom-style: solid;
    padding-bottom: 1.9rem;
  }

  .mt-col1 {
    flex: 0 auto;
    width: 50%;
    padding-right: 3rem;
    font-size: 2.03rem;
    line-height: 1.3em;
  }

  .mt-col1._1 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 2.7rem;
    padding-right: 0;
    font-size: 2.9rem;
  }

  .mt-col1._1.m_hide {
    display: none;
  }

  .mt-col1._3 {
    padding-right: 0;
  }

  .block-mb45 {
    padding-bottom: 6.7rem;
  }

  .li-mb30 {
    padding-bottom: 3.5rem;
  }

  .mt-list {
    padding-left: 11.2rem;
    display: block;
  }

  .mt-li {
    width: auto;
    padding-bottom: 5.9rem;
    padding-left: 0;
    padding-right: 1.4rem;
  }

  .mt-li-num {
    width: 4rem;
  }

  .mt-text-block1 {
    width: 100%;
    padding-top: 1.6rem;
  }

  .mt-w420 {
    max-width: 100%;
  }

  .block-mb45_2 {
    padding-bottom: 5.9rem;
  }

  .ab-logo-block {
    margin-top: 15.1rem;
  }

  .ab_ettyq {
    width: 51.1rem;
  }

  .ab_ettyq_text {
    flex: none;
    margin-top: 3.4rem;
    margin-left: 3.9rem;
    margin-right: .4rem;
    font-size: 3.6rem;
    position: static;
  }

  .dd-num {
    left: -3.9rem;
  }

  .about-img2-cont {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    padding-bottom: 2.3rem;
  }

  .ab-col1 {
    padding-right: 3rem;
  }

  .v_col-ab {
    justify-content: flex-start;
    padding-top: 5.4rem;
    padding-left: 11.3rem;
  }

  .ab-li {
    padding-top: 2rem;
  }

  .ab-li-num {
    width: 4rem;
  }

  .grn-row2 {
    padding-left: 15.1rem;
  }

  .grn-col2._1 {
    padding-bottom: 9.3rem;
    padding-right: 0;
  }

  .grn-col2._2 {
    width: 100%;
    padding-bottom: 7.4rem;
  }

  .grn-col2._3 {
    width: 100%;
    padding-left: 0;
  }

  .body-underline {
    margin-bottom: 3.1rem;
  }

  .ab-row2 {
    margin-right: -2.8rem;
    padding-left: 15.1rem;
    display: block;
  }

  .ab-col2 {
    width: auto;
    padding-left: 0;
  }

  .ab-col2._1 {
    width: auto;
    padding-bottom: 16.2rem;
    padding-left: 0;
  }

  .ab-img3 {
    height: 37.2rem;
  }

  .ab-row3 {
    padding-top: 4.7rem;
    display: block;
  }

  .ab-col3._1 {
    width: auto;
    padding-bottom: 3.3rem;
    display: flex;
  }

  .ab-img3-cont {
    margin-top: 1.7rem;
  }

  .ab-img4-cont {
    margin-bottom: 2.1rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .m_newline {
    display: block;
  }

  .m_ab-col3 {
    width: auto;
  }

  .ct-img-cont {
    align-self: flex-end;
    width: 50%;
    margin-top: -16.1rem;
    margin-bottom: 4.8rem;
    position: static;
  }

  .checkboxes-list {
    margin-bottom: -2.4rem;
    margin-right: 0;
    display: block;
  }

  .checkboxes-li {
    padding-bottom: 2.4rem;
    padding-right: 0;
  }

  .text-field {
    height: 5.8rem;
    padding-bottom: 2.1rem;
    font-size: 2.85rem;
  }

  .form-field-block {
    padding-bottom: 10.1rem;
  }

  .form-btn-block {
    margin-top: 2.1rem;
  }

  .mob_only_block {
    display: block;
  }

  .border-button-form {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .form-btn-arrow {
    margin-right: 3.4rem;
    font-size: 5.4rem;
  }

  .article h2 {
    margin-top: 13.5rem;
    margin-bottom: 5.8rem;
    font-size: 4.8rem;
  }

  .article h3 {
    margin-top: 6.3rem;
    margin-bottom: 1.7rem;
    font-size: 3.8rem;
  }

  .article ul {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    padding-left: 14.7rem;
  }

  .article li {
    padding-bottom: 3.4rem;
  }

  .article ol {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    padding-left: 14.7rem;
  }

  .art-row {
    padding-top: 5.1rem;
  }

  .art-col._2 {
    width: 21rem;
  }

  .article-table {
    padding-top: 1.8rem;
  }

  .article-table.mb90 {
    margin-bottom: 15.8rem;
  }

  .article-table.mb45 {
    margin-bottom: 7.8rem;
  }

  .ins-image {
    min-height: 38.4rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .insights-tags-row {
    padding-bottom: 5.7rem;
  }

  .insights-tags-col {
    padding-bottom: .6rem;
    padding-right: .5rem;
  }

  .radio-button-field {
    padding: 1.5rem 2rem 1.6rem;
  }

  .ins-page-image {
    height: 38.4rem;
    margin: 5.4rem -2.8rem 6.8rem;
  }

  .insight-article h2 {
    margin-top: 15.8rem;
    margin-bottom: 5.8rem;
    font-size: 5.8rem;
  }

  .insight-article h3 {
    margin-top: 6.3rem;
    margin-bottom: 1.7rem;
    font-size: 3.8rem;
  }

  .insight-article ul {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-left: 14.7rem;
  }

  .insight-article li {
    padding-bottom: 3.7rem;
  }

  .insight-article ol {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-left: 14.7rem;
  }

  .insight-article figcaption {
    margin-top: 2.8rem;
    font-size: 2rem;
  }

  .insight-article figure {
    margin-top: 7.8rem;
    margin-bottom: 7.8rem;
  }

  .insight-article blockquote {
    background-size: 8.6rem;
    margin-top: 6.3rem;
    margin-bottom: 6.3rem;
    margin-left: 3.8rem;
    padding-left: 11rem;
    font-size: 3.9rem;
    line-height: 1.25em;
  }

  .insight-article h6 {
    margin-top: 6.7rem;
    margin-bottom: 6.7rem;
    margin-left: 0;
    font-size: 4.9rem;
    line-height: 1.22em;
  }

  .ins_slider-cont {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow {
    background-color: var(--body);
    padding: 1.2rem;
    font-size: 6rem;
  }

  .ins-slide-img {
    height: 47rem;
  }

  .images-row {
    width: 50vw;
    margin-bottom: -3.2rem;
    margin-left: 0;
    margin-right: 2.8rem;
    display: block;
  }

  .images-col {
    padding-bottom: 3.2rem;
    padding-right: 0;
  }

  .ins-article-image {
    height: 36.6rem;
  }

  .images-row-block {
    margin-top: 10.4rem;
    margin-bottom: 10.4rem;
    margin-left: -2.8rem;
    display: flex;
  }

  .list-img1-cont.desk {
    display: none;
  }

  .list-img1-cont.mob {
    width: 100vw;
    margin-top: 4rem;
    margin-bottom: 7.2rem;
    margin-left: -2.8rem;
    display: block;
  }

  .lst-block1 {
    margin-right: 0;
    padding-bottom: 5.7rem;
  }

  .lst-block1._2 {
    margin-right: 0;
  }

  .lst-block2 {
    padding-top: 15.2rem;
  }

  .lst-block2.pt {
    margin-top: -6.8rem;
  }

  .data-block1 {
    max-width: 59.8rem;
  }

  .data-row1 {
    margin-bottom: -2.8rem;
    margin-right: -2.8rem;
  }

  .data-col1 {
    padding-bottom: 2.8rem;
  }

  .data-green-card {
    flex-direction: column;
    min-height: 66.1rem;
  }

  .data-text-block {
    padding: 1.8rem 3.1rem 3.5rem 2.7rem;
  }

  .data-quote-ic {
    height: 9.1rem;
    margin-bottom: 4.3rem;
    position: static;
  }

  .data-quote-v_col.maxw {
    max-width: 100%;
  }

  .data-card-img-block {
    order: 0;
    width: 100%;
    height: 37.1rem;
    padding-top: 3rem;
    padding-left: 2.8rem;
  }

  .data-num1 {
    top: 0;
    left: -5.7rem;
  }

  .data-row2 {
    margin-bottom: 4rem;
    padding-top: 7.9rem;
    display: block;
  }

  .data-col2 {
    width: auto;
    padding-bottom: 2.6rem;
  }

  .data-row3 {
    margin-bottom: -7.4rem;
  }

  .data-col3 {
    padding-bottom: 7.4rem;
    padding-right: 0;
  }

  .data-col3._2 {
    padding-right: 0;
  }

  .data-row4 {
    margin-bottom: -2.4rem;
    padding-top: 9.9rem;
  }

  .data-col4 {
    padding-bottom: 8.4rem;
    padding-left: 0;
  }

  .data-col4.pl_60 {
    padding-left: 0;
  }

  .data-img-block {
    margin-right: -2.8rem;
  }

  .data-img-block.right {
    max-width: 81%;
    margin-left: -2.8rem;
  }

  .data-img-block.right.t_maxw {
    max-width: 100vw;
  }

  .data-img-block.right.m_vert {
    flex-direction: column;
  }

  .data-img-col._2 {
    width: 67%;
    margin-left: 0;
    padding-top: 2.8rem;
  }

  .data-w420 {
    max-width: 100%;
  }

  .data-w420.m_maxw {
    max-width: 77%;
  }

  .data-v_col {
    padding-bottom: 6.2rem;
  }

  .data-w480 {
    max-width: 100%;
  }

  .data-w480.m_maxw {
    max-width: 80%;
  }

  .data-w360 {
    max-width: 100%;
  }

  .block-mb120 {
    padding-bottom: 16.2rem;
  }

  .data-text-block2 {
    max-width: 100%;
    padding-top: 8.1rem;
  }

  .data-text-block3 {
    max-width: 100%;
  }

  .data-block3 {
    padding-left: 15rem;
  }

  .pj-main-image {
    width: 100vw;
    max-width: none;
    height: 46rem;
  }

  .pj-row1 {
    padding-left: 0%;
  }

  .pj-col1._1 {
    order: 1;
    padding-top: 16.1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pj-col1._3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .pj-block1 {
    padding-top: 0;
    padding-bottom: 2.2rem;
  }

  .pj-img-cont1 {
    height: auto;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .pj-img-cont2 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .pj-img-cont2.img_vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .pj_w480 {
    max-width: 100%;
  }

  .pj-img3._2 {
    width: 50vw;
  }

  .pj-img-cont3 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .pj-img-cont3.no-left-margin {
    margin-left: 0;
  }

  .pj-img3-caption {
    margin-left: 2.8rem;
    margin-right: 2.8rem;
    padding-top: 2.8rem;
  }

  .pj-img-cont3_2 {
    flex-direction: row;
    margin-left: -2.8rem;
    margin-right: 0;
    display: flex;
  }

  .pj-img-cont3_2.hor {
    flex-direction: row;
  }

  .pj-images-row {
    flex-direction: column;
    margin-bottom: -2.8rem;
    margin-left: 0;
  }

  .pj-images-row._2 {
    flex-direction: row;
    margin-bottom: 0;
    margin-left: -2.8rem;
    margin-right: -5.6rem;
  }

  .pj-images-col {
    width: 100%;
    padding-bottom: 2.8rem;
    padding-right: 0;
  }

  .pj-images-col.c2 {
    padding-bottom: 0;
    padding-right: 2.8rem;
  }

  .pj-img-cont.m_h188 {
    height: 50.1333vw;
  }

  .pj_w420 {
    max-width: 100%;
  }

  .pj-img-cont7 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .pj-block2 {
    padding: 11.4rem 0 16.2rem 15rem;
  }

  .pj-block3 {
    padding-top: 11.2rem;
  }

  .pj-block4 {
    max-width: 100%;
    padding-bottom: 8.8rem;
  }

  .pj_w660 {
    max-width: 100%;
    padding-top: 6.5rem;
  }

  .pj-awards strong {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 23%;
    padding-right: 0;
  }

  .pj-awards em {
    width: 23%;
    padding-right: 0;
  }

  .pj-awards p {
    border-bottom-style: none;
    flex-wrap: wrap;
    margin-bottom: 4.8rem;
    margin-right: 0;
    padding-bottom: 0;
  }

  .pj-awards.lead-2-sans {
    margin-bottom: -4.8rem;
    font-size: 3rem;
  }

  .pj_li {
    line-height: .85em;
  }

  .pj_w720 {
    max-width: 100%;
    padding-left: 0;
  }

  .pj-img3_2-caption {
    padding-top: 0;
    padding-left: 2.7rem;
    padding-right: 0;
  }

  .pj_w720_2 {
    max-width: 100%;
    padding-top: 11.6rem;
  }

  .pj-m_row {
    flex-direction: row-reverse;
    display: flex;
  }

  .pj-m_row.vert {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    flex-direction: column-reverse;
  }

  .pj-m_col._2 {
    flex: none;
    width: 50%;
    padding-right: 3rem;
  }

  .pj-m_col._100 {
    flex: none;
    width: 100%;
    padding-right: 3rem;
  }

  .cookie-block {
    width: 100%;
    padding: 2.8rem;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cookie_accept {
    min-width: 31.5rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 2.9rem;
  }

  .cookie-text {
    margin-bottom: 5.1rem;
  }

  .cta-light-text {
    margin-bottom: 6.3rem;
  }

  .link-no_decorate.new {
    font-size: .625rem;
  }

  .pj-main-video.v2 {
    width: 100%;
    height: 100%;
  }

  .pj-main-video.v3 {
    height: 50rem;
  }

  .pj-main-video.v5 {
    height: 65rem;
  }

  .pj-main-video.h30, .pj-main-video.h69 {
    height: 50rem;
  }

  .pj-main-video.h69v {
    height: 80rem;
  }

  .ins-tab-block {
    margin-bottom: .6rem;
    margin-right: .5rem;
  }

  .upload-ic {
    font-size: 1.4em;
  }

  .uploaded-file {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .image-or-video-block {
    margin: 5.7rem -2.8rem 5rem;
  }

  .quote {
    background-size: 8.6rem;
    margin-top: 6.3rem;
    margin-bottom: 6.3rem;
    margin-left: 3.8rem;
    padding-left: 11rem;
    font-size: 3.9rem;
    line-height: 1.25em;
  }

  .case-col._1 {
    padding-bottom: 0;
  }

  .case-col._1.m_pb {
    padding-bottom: 4.6rem;
  }

  .bg-video-fixed-height {
    width: 100vw;
    max-width: none;
    height: 46rem;
    margin: 5.7rem -2.8rem 5rem;
    position: relative;
    overflow: hidden;
  }

  .lottie-animation.hero {
    width: 100vw;
    max-width: none;
    height: 46rem;
    max-height: none;
    margin: 5.7rem -2.8rem 5rem;
    position: relative;
    overflow: hidden;
  }

  .lottie-container {
    height: 46rem;
  }

  .bg-video {
    width: 100vw;
    max-width: none;
    height: 46rem;
    margin: 5.7rem -2.8rem 5rem;
    position: relative;
    overflow: hidden;
  }

  .video-with-poster {
    height: 46rem;
  }

  .video-with-poster.h25 {
    height: 46.3rem;
  }

  .video-with-poster.h25.cs1, .video-with-poster.h25.cs2 {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .video-with-poster.h25.cs3 {
    margin-left: -2.8rem;
  }

  .video-with-poster.margin_top_bottom {
    margin-top: 5.7rem;
    margin-bottom: 5rem;
  }

  .video-with-poster.mobile_fullwidth {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }

  .video-with-poster.margin_bottom {
    margin-bottom: 5rem;
  }

  .default-wf-video-bg {
    height: 46rem;
  }

  .default-wf-video-bg.v2 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .default-wf-video-bg.v3 {
    height: 50rem;
  }

  .default-wf-video-bg.v5 {
    width: 100%;
    height: 65rem;
    margin-left: 0;
    margin-right: 0;
  }

  .sp-img-4 {
    width: 96vw;
    max-width: none;
  }

  .sp-img-cont5 {
    width: 54rem;
    margin-top: 5.2rem;
    margin-left: 15.3rem;
    margin-right: 0;
  }

  .div-block {
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block.showreel {
    margin-top: 20px;
  }

  .open-video-btn {
    padding-bottom: 10px;
    padding-left: 10px;
    inset: 0%;
  }

  .html-embed-3 {
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .open-video-btn_vert {
    height: 30px;
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 120%;
  }

  .nav-wrapp {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-pad-wrapper {
    z-index: 2;
    position: relative;
  }

  .burger-button {
    width: 88px;
  }

  .nav-buttons {
    z-index: 9999;
    flex: none;
    height: 92dvh;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: scroll;
  }

  .nav-button {
    min-height: 2.9rem;
  }

  .nav-right-link {
    z-index: 1;
    align-self: center;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav {
    height: auto;
    top: 7px;
    left: 7px;
    right: 7px;
  }

  .nav.new-nav {
    background-color: var(--body);
    padding-right: 0;
  }

  .section-new.main {
    padding-bottom: 113px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-new.main.padding-120px {
    padding-top: 109px;
  }

  .section-new.pre-m-a {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 61px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-new.post-m-a {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 64px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-new.pre-m-a-light {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 61px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-new._2nd {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-new._2nd.background-pink, .section-new._2nd.background-green, .section-new._2nd.background-pink0 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .h {
    font-size: var(--48px);
    line-height: var(--52px);
  }

  .texts-wrapper.margin-105 {
    margin-right: 0;
  }

  .texts-wrapper.margin-105.margin-200 {
    margin-left: 0;
  }

  .texts-wrapper.margin-105.green-style._w-100.gap-32 {
    padding: 24px;
  }

  .texts-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .texts-wrap.padding-23 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .pjs-400-21 {
    font-size: var(--15);
    line-height: var(--22-5px);
  }

  .pjs-400-21._w-40 {
    width: 100%;
  }

  .ppf-g-400-40 {
    font-size: var(--24px);
    line-height: var(--31-5px);
  }

  .star-vector {
    left: -20px;
  }

  .asterics-vector {
    inset: auto auto 8px 7.6rem;
  }

  .info-block-wrapper.is-flex.padding-40-105 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .info-block-wrapper.is-flex.padding-40-105.padding-40 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .ppf-s-400-48.is-green {
    font-size: var(--28px);
    line-height: var(--30px);
  }

  .ppf-s-400-48.is-white._w-65 {
    font-size: var(--24px);
    line-height: var(--26-4);
  }

  .links-wrapper {
    padding-left: 23px;
  }

  .link-green {
    align-self: flex-start;
  }

  .ppf-s-400-32 {
    font-size: var(--24px);
    line-height: var(--31-5px);
  }

  .ppf-s-400-32.color-purple {
    line-height: var(--31-2px);
  }

  .underline-green.dark-green {
    margin-bottom: -2px;
  }

  .app {
    overflow: hidden;
  }

  .info-texts-wrapper {
    padding-left: 23px;
    padding-right: 30px;
  }

  .info-texts-wrapper.gap-40px {
    width: 100%;
    padding-right: 0;
  }

  .ppf-s-400-104 {
    font-size: var(--42px);
    line-height: var(--46-2);
  }

  .cards-wrapper {
    flex-flow: column;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .cards-wrapper.display-grid {
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .card.more-style {
    width: 100%;
    padding: 27px 24px 27px 16px;
  }

  .card-img {
    height: 280px;
  }

  .card-img._w-284 {
    order: -1;
    width: 100%;
    height: 284px;
  }

  .card-info {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding: 16px 24px 24px 16px;
  }

  .card-logo {
    width: 32px;
    height: 32px;
  }

  .pjs-400-20 {
    font-size: var(--15);
    line-height: var(--22-5px);
  }

  .card-link {
    width: 24px;
    height: 24px;
  }

  .card-info-wrapp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card-imgs-grid {
    display: none;
  }

  .big-button {
    height: auto;
    padding: 24px 24px 24px 16px;
    position: relative;
  }

  .ppf-s-400-64 {
    letter-spacing: -1px;
  }

  .big-button-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 100%;
  }

  .big-arrow-link {
    display: none;
  }

  .big-arrow-link.next-button {
    width: 100%;
    height: 100%;
    display: block;
  }

  .text-wrapp {
    padding-left: 23px;
    padding-right: 30px;
  }

  .small-arrow-link {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    inset: auto 24px 24px auto;
  }

  .textblocks-wrapper.gap-80 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .a-content-block, .a-content-block.gap-16 {
    flex-flow: column;
  }

  .horizontal-card {
    flex-flow: column;
    width: auto;
  }

  .horizontal-card.more-style {
    padding: 27px 24px 27px 16px;
  }

  .ppf-400-64 {
    font-size: var(--28px);
    line-height: var(--30px);
  }

  .next-button-wrapp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .next-text-wrapp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .categorys {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-us {
    height: 400px;
    padding: 24px;
  }

  .contact-us.light-green.margim-28 {
    height: 220px;
  }

  .contact-us.tool-kit {
    height: 326px;
  }

  .image-5 {
    object-fit: contain;
    height: auto;
    inset: auto 0% 0%;
  }

  .image-5._100 {
    flex: none;
    height: auto;
    inset: auto 0% 0%;
  }

  .image-5.hide0 {
    display: none;
  }

  .list-item-2, .list-2 {
    list-style-type: decimal;
  }

  .div-block-3 {
    width: 100%;
  }

  .popup-form {
    padding-top: 0;
  }

  .form-img {
    height: 156px;
  }

  .form-content-wrapp {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    padding: 32px 16px;
  }

  .form-field {
    margin-top: 10px;
  }

  .number-block {
    flex-flow: column;
  }

  .number-block.no-hover {
    padding: 24px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-5._92._1-row {
    padding-left: 8px;
  }

  .square._240 {
    height: 300px;
  }

  .image-6 {
    height: 285px;
  }

  .contact-us-mini {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 32px;
    padding-right: 0;
  }

  .contact-us-mini.no-margin {
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .ppf-s-400-104-copy {
    font-size: var(--42px);
    line-height: var(--46-2);
  }

  .illustration-wrapp {
    flex-flow: column;
  }

  .image-9 {
    width: 40px;
    height: 40px;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .pjs-500-11.is-absolute {
    bottom: -15px;
  }

  .image-12 {
    width: 95%;
    left: 8px;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6ca8474-299d-dd85-54f4-1147ba5170d0-5093b28d, #w-node-_1ebfd218-4c89-1bb0-2960-adc12c06be30-5093b28d, #w-node-a249d096-368d-70ea-dd62-d9036855518b-5093b28d {
    order: 9999;
  }
}

input, textarea, select, div, a, li, button {outline:none !important;}
input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Remove tap highlight on mobile */
input, textarea, button, select, a {  
   -webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
/* Remove autofill bg color */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
/*smoother text*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.more-col.last {
		display: none;
}
@media screen and (max-width: 991px) {
.more-col.last {
    display: block;
}
}
@media screen and (max-width: 479px) {
.more-col.last {
    display: none;
}
}

html{font-size:calc(100vw / 1440 * 16)}
 .rqestdone .req-btn{display:none !important}
 .button-point-wrapper{height:auto !important}
 @media screen and (max-width:1440px){
 }
@media screen and (max-width:992px){
 html {
    font-size: calc(100vw / 766 * 16);
 }
} 
@media screen and (max-width: 495px) {
    html {
        font-size: calc(100vw / 360 * 16);
    }
    .nav-pad-wrapper,
    .div-block-3{min-height:calc(2.9rem + 8px);overflow: hidden;
        min-width: 100px;
        max-width: calc(100vw - 14px);}
    .nav-right-link{position:fixed;bottom:auto;
        right: 14px;z-index: 2;}
}
.card-imgs-grid img{width:100%; height:100%; object-fit:cover}
.nav-button.w--current{background-color: var(--Purple);}
.sub-mom.disabled{pointer-events:none; opacity:0.5}
html.wf-design-mode .nav.new-nav{display:none}

.popup-form {
	display: none !important;
}

.popup-form-active {
	display: flex !important;
	opacity: 1 !important;
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

.nav-button.w--current {
    background-color: var(--purple) !important;
}

.Footer {
  padding-top: 60px;
  background: #e9f0f7;
}

.Footer-Inner {
  background: #f8fafa;
  padding: 40px 0;
}

.Footer .container {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 16px;
}

.Footer-Socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.SocialButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e2e6e9;
  text-decoration: none;
  transition: .2s ease-in;
}

.SocialButton:hover {
  background: #ebeef7;
}

.SocialButton:focus {
  background: #d2d7e8;
}

.Footer-Menu, .Footer-Bottom, .Footer-Info {
  margin-top: 32px !important;
  padding-top: 32px !important;
  border-top: 1px solid #ccd0d3 !important;
}

.Footer .Grid {
}

.Text_size_m {
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: var(--da_font) !important;
}

.Footer-Nav-Item .Text_size_m {
  text-decoration: none;
}

.Footer-Nav-Item:not(.Footer-Nav-Item_primary) {
  display: none;
}

.Footer-Nav-Item_primary .Text_size_m {
  font-family: var(--da-55);
  font-weight: 600;
}

.Footer-Nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.Footer-Nav-List {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.Footer-Locations .Grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.Footer-Locations .Grid .GridItem {
  flex: 0 1 calc(50% - 12px);
}

.Footer-Locations-Name {
  font-family: var(--da-55);
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.Footer-Locations .GridItem div {
  align-items: flex-start;
  display: flex;
}

.Footer-Copyright * {
  font-family: serif;
  font-size: 11px !important;
  line-height: 12px !important;
  font-family: var(--da_font) !important;
  color: #000 !important;
}

.Footer-Copyright a {
  color: #3453ad !important;
  text-decoration: underline !important;
  transition: .2s ease-in;
}

.Footer-Copyright * {
  margin: 0;
}

.Footer-Copyright a:hover {
  color: #284086 !important;
}

.Footer-Copyright a:focus {
  color: #213773 !important;
}

.Footer-Locations a {
  transition: .2s ease-in;
}

.Footer-Locations a:hover {
  color: #284086;
}

.Footer-Locations a:focus {
  color: #213773;
}

.Footer .Button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.Footer .Button svg {
  width: 24px;
  height: 24px;
}

.Footer .Button svg path {
  fill: #3453ad; 
}

.Footer .Button svg path {
  transition: .2s ease-in;
}

.Footer .Button-Label {
  font-size: 21px !important;
  line-height: 27px !important;
  color: #3453ad;
  transition: .2s ease-in;
  font-family: var(--da_font) !important;
}

.Footer .Button .Icon {
  transition: .2s ease-in;
}

.Footer .Button:hover .Button-Label {
  color: #284086;
  text-decoration: underline;
}

.Footer .Button:hover .Icon {
  transform: translateX(4px);
}

.Footer .Button:hover svg path {
  fill: #284086;
}

.Footer .Button:focus .Button-Label {
  color: #213773;
}

.Footer .Button:hover svg path {
  fill: #213773;
}

@media (max-width: 1199px) {
  .Footer-Nav-Column:nth-child(3) {
    display: none;
  }
}

@media (min-width: 768px) {
  .Footer .container {
    padding: 0 40px;
  }

  .Footer-Menu, .Footer-Bottom, .Footer-Info {
    margin-top: 60px !important;
    padding-top: 0 !important;
    border-top: none !important;
  }

  .Text_size_m {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .Footer-Copyright * {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

.Footer a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .Footer-Inner {
    padding: 60px 0;
  }

  .Footer-Nav-Item {
    display: flex !important;
  }

  .Footer-Nav {
    grid-template-columns: repeat(5, 1fr);
  }

  .Footer-Locations .Grid {
    width: calc(80% - 12px);
    grid-template-columns: repeat(4, 1fr);
  }

  .Footer-Locations-Name {
    margin-bottom: 20px;
  }
}

.header-da-link {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  display: inline-flex;
}

.popup-form .w-checkbox .pp-label {
  font-size: 16px !important;
  line-height: 1 !important;
  color: #000 !important;
  font-family: var(--da_font) !important;
}

.popup-form .w-checkbox .pp-label .link {
  color: #000 !important;
  text-decoration: underline !important;
  border: none !important;
}

.popup-form .w-checkbox .pp-label .link:hover {
  color: #284086 !important;
}

.popup-form label.pjs-400-16 {
  font-size: 16px !important;
  line-height: 1 !important;
  color: #000 !important;
  font-family: var(--da_font) !important;
}